aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-02-12 14:00:51 -0300
committerBarichello <artur@barichello.me>2022-02-12 14:00:51 -0300
commit8ee04102e767e106640881faca59e797e0958803 (patch)
tree97976ddcbb97d30510e38b497967c21f9d1fc686 /.clang-format
parent839a8be58bb99aebe0a2eeafd189e5532ecb8b8e (diff)
downloadNorthstarLauncher-8ee04102e767e106640881faca59e797e0958803.tar.gz
NorthstarLauncher-8ee04102e767e106640881faca59e797e0958803.zip
Remove SpacesInLineCommentPrefix
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format3
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