nix-community.nixvim/.editorconfig
traxys 26b9647ed7 dev: Introduce an editorconfig file for shfmt
The shfmt default is tabs, this allows to match the treefmt default for
shfmt launched from outside nix, like from efm-lang-server within
neovim.
2024-07-23 22:07:43 +02:00

3 lines
44 B
INI

[*.sh]
indent_style = space
indent_size = 2