summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
l---------[-rw-r--r--].clang-format14
1 files changed, 1 insertions, 13 deletions
diff --git a/.clang-format b/.clang-format
index fc4eb1bc0..9b45e0ae8 100644..120000
--- a/.clang-format
+++ b/.clang-format
@@ -1,13 +1 @@
1BasedOnStyle: Google .clang-format-4 \ No newline at end of file
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5AccessModifierOffset: -2
6ColumnLimit: 100
7CommentPragmas: NOLINT:.*
8DerivePointerAlignment: false
9IndentWidth: 4
10PointerAlignment: Left
11TabWidth: 4
12UseTab: Never
13PenaltyExcessCharacter: 32