Files
Waybar/.clang-format
T

7 lines
105 B
YAML
Raw Normal View History

2019-04-17 13:47:16 +02:00
---
BasedOnStyle: Google
AlignConsecutiveDeclarations: true
BinPackArguments: false
ColumnLimit: 100
2019-04-17 13:47:16 +02:00
...