Skip to content

Commit

Permalink
Merge branch 'fix_editorconfig' into 'master'
Browse files Browse the repository at this point in the history
removed the inline comment form the editorconfig

See merge request walberla/walberla!686
  • Loading branch information
modkin committed Sep 27, 2024
2 parents 060a0c8 + 65a935e commit 1ef82ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# See https://editorconfig.org/
root = true # top-most .editorconfig-file
# top-most .editorconfig-file
root = true

[*]
tab_width = 3
Expand All @@ -12,4 +13,4 @@ insert_final_newline = false
[*.py]
tab_width = 4
indent_size = 4
insert_final_newline = true
insert_final_newline = true

0 comments on commit 1ef82ea

Please sign in to comment.