dotfiles/.clang-format

6 lines
114 B
YAML

---
TabWidth: '2'
UseTab: Never
IndentCaseLabels: true
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: None