editorconfig: nix

This commit is contained in:
Philippe Loctaux 2024-11-19 19:53:35 +01:00
parent 1d1b7db7b7
commit af5ab5b197

View file

@ -4,7 +4,7 @@ root = true
charset = utf-8
end_of_line = lf
[*.js]
[*.{js, nix}]
indent_style = space
indent_size = 2