Skip to content
Snippets Groups Projects
Commit 65a935ed authored by Christoph Alt's avatar Christoph Alt
Browse files

removed the inline comment form the editorconfig

parent 060a0c85
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