Skip to content

Commit 0b970d8

Browse files
committed
STYLE: make column limit more stringent in the examples
InsightSoftwareConsortium/ITKSoftwareGuide#131
1 parent 355c6cb commit 0b970d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ BreakConstructorInitializers: BeforeComma
7272
BreakAfterJavaFieldAnnotations: false
7373
BreakStringLiterals: true
7474
## The following line uses shorter lines in documentation code
75-
ColumnLimit: 88
75+
ColumnLimit: 78
7676
CommentPragmas: '^ IWYU pragma:'
7777
CompactNamespaces: false
7878
ConstructorInitializerAllOnOneLineOrOnePerLine: false

0 commit comments

Comments
 (0)