Slic3r/utils/clang_format
2018-07-17 09:00:01 -05:00

9 lines
185 B
Plaintext

---
IndentWidth: '4'
BreakBeforeBraces: 'Linux'
ColumnLimit: '100'
AllowAllParametersOfDeclarationOnNextLine: 'true'
AccessModifierOffset: '-4'
FixNamespaceComments: 'true'
...