feat: Add editorconfig
Some checks reported errors
Some checks reported errors
Aligned with the global recommendations from https://wiki.auxolotl.org/en/contributing/formatting/editorconfig
This commit is contained in:
parent
ab61afad3a
commit
6439ca00d5
18
.editorconfig
Normal file
18
.editorconfig
Normal 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
|
Loading…
Reference in a new issue