diff --git a/.editorconfig b/.editorconfig index a9d6f8d1f5f4..7c11524dd5a6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,6 +14,8 @@ indent_style = tab # Code files [{*.{cpp,h,rc,hpp}, SConstruct, SConscript}] indent_style = tab +cpp_space_pointer_reference_alignment = right +cpp_space_after_keywords_in_control_flow_statements = false # Except any third-party libraries [catch.hpp] indent_style = unset