tool-default-configs/.clang-format

17 lines
268 B
Text
Raw Normal View History

2023-08-11 23:34:24 +02:00
---
BasedOnStyle: Google
2023-08-11 23:34:24 +02:00
IndentWidth: 4
ColumnLimit: 100
2023-08-11 23:34:24 +02:00
---
Language: Cpp
AllowShortFunctionsOnASingleLine: Inline
2024-03-02 14:09:19 +01:00
AllowShortBlocksOnASingleLine: Empty
IndentCaseLabels: false
2023-08-11 23:34:24 +02:00
DerivePointerAlignment: false
2024-03-02 14:09:19 +01:00
PointerAlignment: Left
SeparateDefinitionBlocks: Always