diff --git a/.clang-format b/.clang-format index efc5035..e2079be 100644 --- a/.clang-format +++ b/.clang-format @@ -3,7 +3,7 @@ "UseTab": "Always", "IndentWidth": 8, "TabWidth": 8, - "ColumnLimit": 120, + "ColumnLimit": 100, "LineEnding": "LF", "RemoveBracesLLVM": true, "AlwaysBreakAfterReturnType": "AllDefinitions", diff --git a/src/.clang-format b/src/.clang-format index efc5035..e2079be 100644 --- a/src/.clang-format +++ b/src/.clang-format @@ -3,7 +3,7 @@ "UseTab": "Always", "IndentWidth": 8, "TabWidth": 8, - "ColumnLimit": 120, + "ColumnLimit": 100, "LineEnding": "LF", "RemoveBracesLLVM": true, "AlwaysBreakAfterReturnType": "AllDefinitions",