2
0
mirror of https://github.com/Alia5/GlosSI.git synced 2024-11-09 01:10:24 +00:00
GlosSI/GlosSITarget/.clang-format

9 lines
206 B
Plaintext
Raw Normal View History

2022-09-11 21:37:40 +00:00
BasedOnStyle: LLVM
2021-10-15 15:10:57 +00:00
UseTab: false
IndentWidth: 4
BreakBeforeBraces: "Stroustrup"
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
2021-10-20 19:47:24 +00:00
ColumnLimit: 0
2021-10-28 10:28:20 +00:00
PointerAlignment: "Left"
SortIncludes: false