workstation/roles/home-cli/files/clang-format
2024-09-21 22:15:44 +01:00

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
...