Fix ColumnLimit

This commit is contained in:
Unknown
2019-10-29 20:58:29 -04:00
parent 4feb34b0af
commit 5b6d01d1a9
+1 -1
View File
@@ -2,5 +2,5 @@
BasedOnStyle: Google
AllowShortCaseLabelsOnASingleLine: 'true'
IndentWidth: '4'
ColumnLimit: '0'
...