summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.clang-format6
1 files changed, 1 insertions, 5 deletions
diff --git a/.clang-format b/.clang-format
index 787d47ab..9b3f9d99 100644
--- a/.clang-format
+++ b/.clang-format
@@ -14,15 +14,11 @@
14# limitations under the License. 14# limitations under the License.
15# 15#
16 16
17#
18# Below are some minor deviations from the default Google style to
19# accommodate for handling of the large legacy code base.
20#
21
22BasedOnStyle: Google 17BasedOnStyle: Google
23CommentPragmas: NOLINT:.* 18CommentPragmas: NOLINT:.*
24DerivePointerAlignment: false 19DerivePointerAlignment: false
25AllowShortFunctionsOnASingleLine: Inline 20AllowShortFunctionsOnASingleLine: Inline
21ColumnLimit: 100
26TabWidth: 4 22TabWidth: 4
27UseTab: Never 23UseTab: Never
28IndentWidth: 4 24IndentWidth: 4