feat: Add editorconfig #5

Closed
dfh wants to merge 2 commits from dfh/fix-editorconfig into main
Showing only changes of commit 6439ca00d5 - Show all commits

18
.editorconfig Normal file
View file

@ -0,0 +1,18 @@
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_style = tabs
[*.nix]
indent_size = 2
insert_final_newline = false
indent_style = space
[*.md]
indent_size = 2
trim_trailing_whitespace = false
insert_final_newline = false