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

9 lines
211 B
Text

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