aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.clang-format2
-rwxr-xr-xsrc/clint.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index ff61915aac..c86f5a3ddf 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,6 +1,6 @@
BasedOnStyle: Google
Language: Cpp
-ColumnLimit: 80
+ColumnLimit: 100
IndentWidth: 2
TabWidth: 2
UseTab: Never
diff --git a/src/clint.py b/src/clint.py
index 4a5e435bbd..e7d76366b0 100755
--- a/src/clint.py
+++ b/src/clint.py
@@ -264,7 +264,7 @@ _error_suppressions_2 = set()
# The allowed line length of files.
# This is set by --linelength flag.
-_line_length = 80
+_line_length = 100
# The allowed extensions for file names
# This is set by --extensions flag.