Commit 51b59d11 authored by Jesse Beder's avatar Jesse Beder
Browse files

Update .clang-format to use C++ 11 style.

parent bfb5703c
...@@ -30,7 +30,7 @@ PenaltyReturnTypeOnItsOwnLine: 200 ...@@ -30,7 +30,7 @@ PenaltyReturnTypeOnItsOwnLine: 200
PointerBindsToType: true PointerBindsToType: true
SpacesBeforeTrailingComments: 2 SpacesBeforeTrailingComments: 2
Cpp11BracedListStyle: true Cpp11BracedListStyle: true
Standard: Auto Standard: Cpp11
IndentWidth: 2 IndentWidth: 2
TabWidth: 8 TabWidth: 8
UseTab: Never UseTab: Never
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment