Skip to content
Snippets Groups Projects
Commit 1ef82eac authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

Merge branch 'fix_editorconfig' into 'master'

removed the inline comment form the editorconfig

See merge request walberla/walberla!686
parents 060a0c85 65a935ed
No related merge requests found
# See https://editorconfig.org/ # See https://editorconfig.org/
root = true # top-most .editorconfig-file # top-most .editorconfig-file
root = true
[*] [*]
tab_width = 3 tab_width = 3
...@@ -12,4 +13,4 @@ insert_final_newline = false ...@@ -12,4 +13,4 @@ insert_final_newline = false
[*.py] [*.py]
tab_width = 4 tab_width = 4
indent_size = 4 indent_size = 4
insert_final_newline = true insert_final_newline = true
\ No newline at end of file
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