Files
Toyota-AVC-LAN/.clang-format
T
2023-08-19 21:41:45 -04:00

8 lines
128 B
YAML

---
BasedOnStyle: LLVM
UseCRLF: false
BreakBeforeBraces: Attach
AllowShortBlocksOnASingleLine: Empty
IndentCaseLabels: true
...