16 lines
239 B
Text
16 lines
239 B
Text
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
|
|
AccessModifierOffset: -4
|
|
BreakBeforeBraces: Stroustrup
|
|
IndentWidth: 4
|
|
PointerAlignment: Left # Left for C++, Right for C.
|
|
|
|
---
|
|
Language: CSharp
|
|
BasedOnStyle: Microsoft
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
...
|