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

7 lines
87 B
Text
Raw Normal View History

2021-09-25 15:20:50 +01:00
---
2023-05-19 08:02:48 +01:00
BasedOnStyle: WebKit
2023-05-18 23:13:03 +01:00
BreakBeforeBraces: Stroustrup
ContinuationIndentWidth: 2
2021-09-25 15:20:50 +01:00
...