forked from vim-syntastic/syntastic
-
Notifications
You must be signed in to change notification settings - Fork 0
Go: gofmt
LCD 47 edited this page Jun 12, 2016
·
7 revisions
This file exists only as a historic reference. Documentation for syntastic
checkers is now included in the manual, please see :help syntastic-checkers
in Vim.
Maintainer: Brandon Thomson [email protected]
This syntax checker does not reformat your source code.
Use a BufWritePre
autocommand towards that end:
autocmd FileType go autocmd BufWritePre <buffer> Fmt
[Syntastic Wiki][0] [0]: https://github.com/scrooloose/syntastic/wiki/