Added a column limit to the file.

This commit is contained in:
Pras Velagapudi 2022-02-13 05:38:23 -05:00
parent f03461bb01
commit 66424a1116

View File

@ -14,4 +14,5 @@ BraceWrapping:
IndentBraces: false
BreakBeforeBraces: Custom
IndentWidth: 4
AllowShortFunctionsOnASingleLine: Empty
ColumnLimit: 0
AllowShortFunctionsOnASingleLine: Empty