diff options
author | Barichello <artur@barichello.me> | 2022-02-12 14:00:51 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-02-12 14:00:51 -0300 |
commit | 8ee04102e767e106640881faca59e797e0958803 (patch) | |
tree | 97976ddcbb97d30510e38b497967c21f9d1fc686 | |
parent | 839a8be58bb99aebe0a2eeafd189e5532ecb8b8e (diff) | |
download | NorthstarLauncher-8ee04102e767e106640881faca59e797e0958803.tar.gz NorthstarLauncher-8ee04102e767e106640881faca59e797e0958803.zip |
Remove SpacesInLineCommentPrefix
-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 |