1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00
nixvim/.editorconfig
awwpotato fe0bcc92c8 editorconfig: set root
> When opening a file, EditorConfig plugins look for a file named
.editorconfig (all lowercase) in the directory of the opened file and in
every parent directory. A search for .editorconfig files will stop if
the root filepath is reached or an EditorConfig file with root=true is
found.
>
> -- https://editorconfig.org/#file-location
2025-07-29 16:13:15 +00:00

8 lines
82 B
INI

root = true
[*.sh]
indent_style = space
indent_size = 2
[*.nix]
indent_size = 2