Minor comment tweak on line length.
dblume

dblume commited on 2023-08-18 09:55:28
Showing 1 changed files, with 2 additions and 1 deletions.

... ...
@@ -30,7 +30,8 @@ IndentWidth: 4
30 30
 ContinuationIndentWidth: 8
31 31
 ConstructorInitializerIndentWidth: 8
32 32
 IndentCaseLabels: false
33
+
33 34
 # Torvalds dislikes hard column length limits too.
34 35
 # https://lkml.org/lkml/2020/5/29/1038
35
-ColumnLimit: 0  # https://lkml.org/lkml/2020/5/29/1038
36
+ColumnLimit: 0
36 37
 ...
37 38