diff options
-rw-r--r-- | .clang-format | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format index b55085ef..5fafec43 100644 --- a/.clang-format +++ b/.clang-format @@ -5,9 +5,6 @@ TabWidth: 4 UseCRLF: false SpacesInSquareBrackets: false SpacesInParentheses: false -SpacesInLineCommentPrefix: - Minimum: 1 - Maximum: 1 UseTab: Always ColumnLimit: 140 BreakBeforeBraces: Allman |