Change comment to be clearer
This commit is contained in:
parent
71f1d7b6b3
commit
d6dd8fefd7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue