From c961db16a72abfdab2c8be7f1eb5951463398b88 Mon Sep 17 00:00:00 2001 From: Edo Date: Sat, 22 Apr 2023 22:57:27 +0200 Subject: [PATCH] [General]: Create .editorconfig (#967) --- .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