google / vim-codefmt

Vim plugin for syntax-aware code formatting
Apache License 2.0
1.11k stars 114 forks source link

Messy coding after :FormatCode in command mode. #181

Closed aemingma closed 3 years ago

malcolmr commented 3 years ago

Please reopen with some more details if there's a problem here.

Note that generally :FormatCode will delegate to a filetype-specific formatter, so problems with formatting are generally a bug for that formatter, not vim-codefmt. (The exception might be if we're using the wrong formatter, maybe?)