diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-07-29 13:01:09 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-02 18:35:08 +0200 |
commit | 71fb38c91f16ce46a7103d8a606de2e0aeb04395 (patch) | |
tree | a41ccbb41c2187df81d5ba07f7715d26ae478752 | |
parent | 076c189948b89787b34a2a4aded7a9c88f580ee1 (diff) | |
download | PrismLauncher-71fb38c91f16ce46a7103d8a606de2e0aeb04395.tar.gz PrismLauncher-71fb38c91f16ce46a7103d8a606de2e0aeb04395.tar.bz2 PrismLauncher-71fb38c91f16ce46a7103d8a606de2e0aeb04395.zip |
Fix alignment properties
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
-rw-r--r-- | .clang-format | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index 4f99858a..83cfeb86 100644 --- a/.clang-format +++ b/.clang-format @@ -3,8 +3,8 @@ BasedOnStyle: Chromium IndentWidth: 4 --- Language: Cpp -AlignConsecutiveMacros: false -AlignConsecutiveAssignments: false +AlignConsecutiveMacros: None +AlignConsecutiveAssignments: None AllowShortIfStatementsOnASingleLine: false BraceWrapping: AfterFunction: true |