aboutsummaryrefslogtreecommitdiff
path: root/software/.clang-format
blob: b8ecd2ebe0ec98b959200f8b4e736c0ff911a871 (plain)
1
2
3
4
5
BasedOnStyle: Webkit
IndentWidth: 2
BreakBeforeBraces: Allman
AllowShortIfStatementsOnASingleLine: false
ColumnLimit: 120
..