From 0a5d8de6e5b1bc2bf2fd30e3819667dcb546a6b4 Mon Sep 17 00:00:00 2001 From: heck Date: Mon, 19 Oct 2020 21:24:29 +0200 Subject: [PATCH] .editorconfig C++ imaginary settings --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index c3d65e6..159f286 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,9 @@ insert_final_newline = true max_line_length = 300 tab_width = 4 +# C++ Coding style # I know these keys are unknown, regard it as documentation +[*.{cc,hh}] indent_brace_style = K&R curly_bracket_next_line = false spaces_around_operators = true