mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-10 03:09:02 +08:00
Add format script for clang-format
This commit is contained in:
parent
e6203c0f0a
commit
e4f76fdff1
8
utils/clang_format
Normal file
8
utils/clang_format
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
IndentWidth: '4'
|
||||
BreakBeforeBraces: 'Linux'
|
||||
ColumnLimit: '100'
|
||||
AllowAllParametersOfDeclarationOnNextLine: 'true'
|
||||
AccessModifierOffset: '-4'
|
||||
FixNamespaceComments: 'true'
|
||||
...
|
Loading…
x
Reference in New Issue
Block a user