nix-config/editorconfig
Donovan Glover eca6f0b46c
editorconfig: Use standard formatting for go
go fmt uses tabs instead of spaces, so we might as well format our code
the same way.
2022-06-04 07:36:06 -04:00
..
.editorconfig editorconfig: Use standard formatting for go 2022-06-04 07:36:06 -04:00
README.md docs: Update READMEs for code, editorconfig, and gpg 2018-11-19 22:50:09 -05:00

editorconfig

editorconfig is the standard tool for editing consistency between editors.

Use Cases

editorconfig can be used to:

  • Finally forget about whether spaces or tabs are being used; editorconfig will handle this automatically for you
  • Share the same indentation settings in all the editors you and your colleagues use

You should not use editorconfig if:

  • You should use editorconfig.

Usage

If you use my .vimrc or code config, editorconfig is already applied.