1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-17 16:02:48 +01:00
Commit graph

3 commits

Author SHA1 Message Date
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
Firelight Flagboy
7f2601adc1
Editorconfig: configure indent_size for nix files 2025-02-06 01:56:55 +00:00
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