Skip to content

Commit fb02682

Browse files
Set ColumnLimit to 120 characters
1 parent 37ecae8 commit fb02682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AlignAfterOpenBracket: DontAlign
55
AllowShortFunctionsOnASingleLine: InlineOnly
66
BreakBeforeBraces: Mozilla
77
BreakTemplateDeclarations: Yes
8-
ColumnLimit: 100
8+
ColumnLimit: 120
99
IncludeCategories:
1010
- Regex: ^"(base|icinga|remote|test)/
1111
Priority: 1

0 commit comments

Comments
 (0)