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

18 lines
265 B
Text
Raw Normal View History

2021-09-25 14:20:50 +00:00
---
2024-09-18 14:40:18 +00:00
Language: Cpp
2024-09-21 20:51:02 +00:00
BasedOnStyle: LLVM
2024-09-20 13:52:03 +00:00
2024-09-21 21:18:13 +00:00
AccessModifierOffset: -4
BreakBeforeBraces: WebKit
DerivePointerAlignment: true
2024-09-21 21:18:13 +00:00
IndentWidth: 4
PointerAlignment: Right # Left for C++, Right for C.
2024-09-20 13:52:03 +00:00
2024-09-18 11:42:44 +00:00
---
Language: CSharp
2024-09-18 14:40:18 +00:00
BasedOnStyle: Microsoft
2024-09-20 13:52:03 +00:00
2024-09-20 13:29:12 +00:00
BreakBeforeBraces: Allman
2024-09-20 13:52:03 +00:00
...