1
0
forked from extern/nix-config
donovanglover-nix-config/editorconfig
Donovan Glover d8181108e4
editorconfig: Indent markdown with tabs
Since I now use Logseq for personal knowledge management, it's easier to
make all markdown files use tabs by default.
2023-03-19 14:12:17 -04:00
..
.editorconfig editorconfig: Indent markdown with tabs 2023-03-19 14:12:17 -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.