This commit is contained in:
Simon Bruder 2021-07-18 10:08:26 +02:00 committed by jalr
commit 44311a2e72
12 changed files with 379 additions and 0 deletions

16
.editorconfig Normal file
View file

@ -0,0 +1,16 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.{json,md,nix,py,sh}]
indent_style = space
[*.{json,md,nix}]
indent_size = 2
[*.{py,sh}]
indent_size = 2