editorconfig: init

This commit is contained in:
Peder Bergebakken Sundt 2024-08-04 02:06:54 +02:00
parent 53040bada1
commit 4427be6987
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

@ -4,6 +4,7 @@ pkgs.mkShell {
sops
gnupg
openstackclient
editorconfig-checker
];
shellHook = ''