Vim What?Commands=
=

The = command in Vim

Operator

auto indent

Auto-indent operator — re-indents the text covered by the motion using Vim's built-in formatter (or equalprg if set). == formats the current line. Set equalprg to pipe through an external formatter: set equalprg=prettier\ --stdin-filepath\ %.
Examples

Reference

Official Vim help for =

Learn every Vim command visually — right in your browser.

Add Vim What? to Chrome — Free

Also on Firefox.

Related operators