Change comment to be clearer

This commit is contained in:
Anthony Rose 2024-09-20 15:06:30 +01:00
parent 71f1d7b6b3
commit d6dd8fefd7

View file

@ -5,7 +5,7 @@ BasedOnStyle: Microsoft
AccessModifierOffset: -4
AlwaysBreakTemplateDeclarations: Yes
BreakBeforeBraces: Stroustrup
PointerAlignment: Left # Change to Right for K&R C-style pointers.
PointerAlignment: Left # Left for C++, Right for C.
---
Language: CSharp