14 lines
199 B
Text
14 lines
199 B
Text
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
|
|
BreakBeforeBraces: Stroustrup
|
|
PointerAlignment: Left # Left for C++, Right for C.
|
|
|
|
---
|
|
Language: CSharp
|
|
BasedOnStyle: Microsoft
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
...
|