dwmblocks/.clang-format

7 lines
149 B
Plaintext
Raw Normal View History

2022-08-27 09:27:26 +02:00
BasedOnStyle: Google
IndentWidth: 4
ColumnLimit: 79
2023-04-06 02:48:16 +02:00
AlignArrayOfStructures: Left
AlignConsecutiveMacros: true
AllowShortFunctionsOnASingleLine: None