Skip to content
Snippets Groups Projects
Commit c6f4fe05 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

Merge branch 'python-editorconfig' into 'master'

Add .editorconfig rule for Python to agree with flake settings

See merge request walberla/walberla!335
parents 3c3a84e0 828e7e5c
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