9 lines
208 B
Text
9 lines
208 B
Text
---
|
|
Language: Cpp
|
|
BasedOnStyle: Microsoft
|
|
BreakBeforeBraces: Stroustrup
|
|
#PointerAlignment: Right // Uncomment for K&R C-style pointers.
|
|
---
|
|
Language: CSharp
|
|
BasedOnStyle: Microsoft
|
|
BreakBeforeBraces: Allman
|