feat: Add editorconfig

This commit is contained in:
Jiří Štefka 2025-01-14 03:13:39 +01:00
parent a0ce72f8b8
commit 5245b9696c
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

18
.editorconfig Normal file
View file

@ -0,0 +1,18 @@
# EditorConfig is awesome: https://editorconfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
# Set default charset
charset = utf-8
# 4 space indentation
[*.py]
indent_style = space
indent_size = 4