update gitignore; add editorconfig

This commit is contained in:
XenGi 2023-06-13 12:53:51 +02:00
parent 2e3a02af0c
commit dcb6dc94fc
Signed by: xengi
SSH key fingerprint: SHA256:EvLbWxFCtfmd+8Xa6RkzkhIga+wFkKCekfFacYVn63M
4 changed files with 113 additions and 1 deletions

19
.editorconfig Normal file
View file

@ -0,0 +1,19 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4
[*.yaml]
indent_style = space
indent_size = 2