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

10 lines
211 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-20 13:29:12 +00:00
BasedOnStyle: Microsoft
BreakBeforeBraces: Stroustrup
2024-09-20 13:42:27 +00:00
PointerAlignment: Left # Change to Right for K&R C-style pointers.
2024-09-18 11:42:44 +00:00
---
Language: CSharp
2024-09-18 14:40:18 +00:00
BasedOnStyle: Microsoft
2024-09-20 13:29:12 +00:00
BreakBeforeBraces: Allman