chore: Adapt project env to memoorje
This commit is contained in:
parent
5206f95e3f
commit
96f4a81a3b
7 changed files with 116 additions and 40 deletions
17
.editorconfig
Normal file
17
.editorconfig
Normal file
|
@ -0,0 +1,17 @@
|
|||
# editorconfig.org
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
|
||||
[{Makefile,debian/rules,make.d/*}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
Reference in a new issue