EDITORCONFIG: moved editorconfig to project root and provide the root flag

master
Martin Gerhardy 2020-06-22 19:20:59 +02:00
parent efba3e9ae7
commit 7752d138d6
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
root = true
[*]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
vc_generate_documentation_comments = doxygen_slash_star
charset = utf-8