waybar/.clang-format

6 lines
82 B
Plaintext
Raw Normal View History

2019-04-17 13:47:16 +02:00
---
BasedOnStyle: Google
2022-04-06 08:37:19 +02:00
AlignConsecutiveDeclarations: false
ColumnLimit: 100
2019-04-17 13:47:16 +02:00
...