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
Branches
No related merge requests found
...@@ -7,4 +7,9 @@ indent_style = space ...@@ -7,4 +7,9 @@ indent_style = space
indent_size = 3 indent_size = 3
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = false insert_final_newline = false
\ No newline at end of file
[*.py]
tab_width = 4
indent_size = 4
insert_final_newline = true
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment