Merge pull request #35 from pmagyar/editorconfig

#15 Added .editorconfig
Resolves #15
This commit is contained in:
Ben Campbell
2024-03-22 11:02:51 +00:00
committed by GitHub

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
charset = utf-8
[*.py]
indent_size = 4
max_line_length = 99
[*.{yml,yaml}]
indent_size = 2