From 5b6e25b76d6ab00f0179a4a5be62492bcef4549e Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Wed, 30 Nov 2022 18:03:05 +0100 Subject: [PATCH] Add editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..2712949b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +[*.{cpp,hpp}] +end_of_line = crlf +insert_final_newline = true +indent_style = tab +indent_size = 4 +trim_trailing_whitespace = true +charset = utf-8 +brace_style = next_line +namespace_indentation = all +cpp_indent_namespace_contents = true