mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
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.
This commit is contained in:
parent
53f76f76b0
commit
26b9647ed7
1 changed files with 3 additions and 0 deletions
3
.editorconfig
Normal file
3
.editorconfig
Normal file
|
@ -0,0 +1,3 @@
|
|||
[*.sh]
|
||||
indent_style = space
|
||||
indent_size = 2
|
Loading…
Add table
Add a link
Reference in a new issue