Closer to the standard document

This commit is contained in:
Anthony Rose 2024-09-20 15:17:04 +01:00
parent d6dd8fefd7
commit 8be51043ff

View file

@ -3,7 +3,6 @@ Language: Cpp
BasedOnStyle: Microsoft
AccessModifierOffset: -4
AlwaysBreakTemplateDeclarations: Yes
BreakBeforeBraces: Stroustrup
PointerAlignment: Left # Left for C++, Right for C.