From 7752d138d6c9a476f6a6c7aaa6e2f1c9ed150e7e Mon Sep 17 00:00:00 2001 From: Martin Gerhardy Date: Mon, 22 Jun 2020 19:20:59 +0200 Subject: [PATCH] EDITORCONFIG: moved editorconfig to project root and provide the root flag --- src/.editorconfig => .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) rename src/.editorconfig => .editorconfig (53%) diff --git a/src/.editorconfig b/.editorconfig similarity index 53% rename from src/.editorconfig rename to .editorconfig index d216796f0..e30a04af1 100644 --- a/src/.editorconfig +++ b/.editorconfig @@ -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