diff options
Diffstat (limited to '.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 |