pebble/.clang-format

8 lines
99 B
YAML

---
BasedOnStyle: Google
IndentWidth: 2
UseTab: Never
PointerAlignment: Right
ColumnLimit: 100
---