2
0
mirror of https://github.com/Alia5/GlosSI.git synced 2024-10-30 15:20:38 +00:00
GlosSI/GlosSIConfig/.clang-format

8 lines
188 B
Plaintext
Raw Normal View History

2021-10-28 09:41:27 +00:00
UseTab: false
2022-09-11 21:37:40 +00:00
BasedOnStyle: LLVM
2021-10-28 09:41:27 +00:00
IndentWidth: 4
BreakBeforeBraces: "Stroustrup"
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
2022-09-26 02:33:21 +00:00
ColumnLimit: 120
2021-10-28 09:41:27 +00:00
PointerAlignment: "Left"