Skip to content
Snippets Groups Projects
Commit 828e7e5c authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Add .editorconfig rule for Python to agree with flake settings

parent 83c1b8ba
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,9 @@ indent_style = space
indent_size = 3
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
\ No newline at end of file
insert_final_newline = false
[*.py]
tab_width = 4
indent_size = 4
insert_final_newline = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment