aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-04-14 00:58:41 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-04-14 00:58:41 +0200
commitd173099cf709e9882d3577fafbc53c8ba9ea85d0 (patch)
tree6c7876a15405e40d0bdf1db45c583a7f0010ef35
parent47ea109be0d73120ddfe6896494e1fce986515b3 (diff)
downloadNorthstarLauncher-d173099cf709e9882d3577fafbc53c8ba9ea85d0.tar.gz
NorthstarLauncher-d173099cf709e9882d3577fafbc53c8ba9ea85d0.zip
Align trailing comments in clang-format
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 0c08cabd..7026a91a 100644
--- a/.clang-format
+++ b/.clang-format
@@ -3,7 +3,7 @@ Standard: Cpp11
IndentWidth: 4
TabWidth: 4
UseCRLF: false
-AlignTrailingComments: false
+AlignTrailingComments: True
AllowAllConstructorInitializersOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortFunctionsOnASingleLine: Empty