Skip to content
Snippets Groups Projects
Commit e2368ae2 authored by Grant Kim's avatar Grant Kim
Browse files

Update .clang-format

parent 1b92f9fc
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,8 @@ BinPackArguments: 'false'
BinPackParameters: 'false'
BreakBeforeBraces: 'Custom'
BreakBeforeTernaryOperators: 'true'
BreakConstructorInitializers: 'BeforeComma'
BreakConstructorInitializersStyle: 'BeforeComma'
BreakInheritanceList: 'BeforeComma'
ColumnLimit: '80'
CompactNamespaces: 'true'
DerivePointerAlignment: 'false'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment