From 8ee04102e767e106640881faca59e797e0958803 Mon Sep 17 00:00:00 2001 From: Barichello Date: Sat, 12 Feb 2022 14:00:51 -0300 Subject: Remove SpacesInLineCommentPrefix --- .clang-format | 3 --- 1 file changed, 3 deletions(-) (limited to '.clang-format') 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 -- cgit v1.2.3