We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc9542 commit decd12dCopy full SHA for decd12d
.editorconfig
@@ -16,6 +16,16 @@ max_line_length = 79
16
# Guidelines extensions.
17
guidelines = 79 dashed
18
19
+[*.{c,h,cpp,hpp}]
20
+trim_trailing_whitespace = true
21
+cpp_indent_within_parentheses = align_to_parenthesis
22
+cpp_indent_preserve_within_parentheses = true
23
+cpp_space_pointer_reference_alignment = right
24
+cpp_wrap_preserve_blocks = all_one_line_scopes
25
+cpp_new_line_before_open_brace_function = new_line
26
+cpp_new_line_before_open_brace_block = new_line
27
+cpp_space_preserve_in_initializer_list = true
28
+
29
[**/Makefile*]
30
indent_style = tab
31
indent_size = 8
0 commit comments