workstation/roles/home-cli/files/clang-format

16 lines
281 B
Text

---
Language: Cpp
BasedOnStyle: Microsoft
AccessModifierOffset: -4
AlwaysBreakTemplateDeclarations: Yes
BreakBeforeBraces: Stroustrup
PointerAlignment: Left # Change to Right for K&R C-style pointers.
---
Language: CSharp
BasedOnStyle: Microsoft
BreakBeforeBraces: Allman
...