Skip to content

Commit

Permalink
Modify clang-format column width to 120 as it should be
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Dec 22, 2017
1 parent 24b31f3 commit 2fb9ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
@@ -1,6 +1,6 @@
Language: Cpp
BasedOnStyle: LLVM
BreakBeforeBraces: Linux
ColumnLimit: 78
ColumnLimit: 120
ConstructorInitializerIndentWidth: 2
Standard: Cpp03

0 comments on commit 2fb9ba6

Please sign in to comment.