editorconfig: init

This commit is contained in:
Peder Bergebakken Sundt 2024-08-04 02:06:54 +02:00
parent 261c8e0811
commit 64b5bb548b
2 changed files with 11 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.nix]
indent_style = space
indent_size = 2

View File

@ -5,6 +5,7 @@ pkgs.mkShellNoCC {
gnupg
statix
openstackclient
editorconfig-checker
];
shellHook = ''