nostalgia/.clang-format

12 lines
204 B
Plaintext
Raw Normal View History

---
BasedOnStyle: Chromium
IndentWidth: 4
BinPackArguments: false
ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: WithoutElse
AllowShortLoopsOnASingleLine: true
---
Language: Cpp
---
Language: ObjC