Add format script for clang-format

This commit is contained in:
Joseph Lenox 2018-07-17 09:00:01 -05:00
parent e6203c0f0a
commit e4f76fdff1

8
utils/clang_format Normal file
View File

@ -0,0 +1,8 @@
---
IndentWidth: '4'
BreakBeforeBraces: 'Linux'
ColumnLimit: '100'
AllowAllParametersOfDeclarationOnNextLine: 'true'
AccessModifierOffset: '-4'
FixNamespaceComments: 'true'
...