Merge pull request 'editorconfig' (!55) from editorconfig into main

Reviewed-on: #55
Reviewed-by: Oystein Kristoffer Tveit <oysteikt@pvv.ntnu.no>
This commit is contained in:
Peder Bergebakken Sundt 2024-08-04 16:20:23 +02:00
commit 41e94695f0
28 changed files with 143 additions and 131 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

1
.git-blame-ignore-revs Normal file
View File

@ -0,0 +1 @@
e00008da1afe0d760badd34bbeddff36bb08c475

View File

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