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 06:18:16 +05:30
AlignArrayOfStructures: Left
AlignConsecutiveMacros: true
AllowShortFunctionsOnASingleLine: None