diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-04-14 00:58:41 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-04-14 00:58:41 +0200 |
commit | d173099cf709e9882d3577fafbc53c8ba9ea85d0 (patch) | |
tree | 6c7876a15405e40d0bdf1db45c583a7f0010ef35 | |
parent | 47ea109be0d73120ddfe6896494e1fce986515b3 (diff) | |
download | NorthstarLauncher-d173099cf709e9882d3577fafbc53c8ba9ea85d0.tar.gz NorthstarLauncher-d173099cf709e9882d3577fafbc53c8ba9ea85d0.zip |
Align trailing comments in clang-format
-rw-r--r-- | .clang-format | 2 |
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 |