.editorconfig & Windows/.editorconfig: initial commit

This commit is contained in:
Aminda Suomalainen 2023-02-12 13:22:30 +02:00
parent e1aba0dc5f
commit 3098d286ef
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 24 additions and 0 deletions

20
.editorconfig Normal file
View File

@ -0,0 +1,20 @@
root = true
[*]
# Future: https://github.com/editorconfig/editorconfig/issues/89
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
# specific to Mikaela/shell-things
[gitconfig]
indent_style = tab
[.{git*,mailmap}]
indent_style = tab
[*.{reg,bat,ahk}]
end_of_line = crlf

4
Windows/.editorconfig Normal file
View File

@ -0,0 +1,4 @@
root = false
[*]
end_of_line = crlf