mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-06-04 11:25:47 +08:00
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
---
|
|
IndentWidth: '4'
|
|
BreakBeforeBraces: 'Linux'
|
|
ColumnLimit: '100'
|
|
AllowAllParametersOfDeclarationOnNextLine: 'true'
|
|
AccessModifierOffset: '-4'
|
|
FixNamespaceComments: 'true'
|
|
...
|