Files
ODrive/Firmware/.clang-format
T
2019-10-29 20:58:29 -04:00

7 lines
108 B
YAML

---
BasedOnStyle: Google
AllowShortCaseLabelsOnASingleLine: 'true'
IndentWidth: '4'
ColumnLimit: '0'
...