fxlink-gdb-proxy/.clang-format

11 lines
189 B
YAML

---
BasedOnStyle: Chromium
AlignConsecutiveMacros: AcrossComments
ColumnLimit: '0'
ContinuationIndentWidth: '8'
IndentWidth: '8'
TabWidth: '8'
UseTab: ForContinuationAndIndentation
...