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

17 lines
265 B
Text

---
Language: Cpp
BasedOnStyle: LLVM
AccessModifierOffset: -4
BreakBeforeBraces: WebKit
DerivePointerAlignment: true
IndentWidth: 4
PointerAlignment: Right # Left for C++, Right for C.
---
Language: CSharp
BasedOnStyle: Microsoft
BreakBeforeBraces: Allman
...