aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-07-29 13:01:09 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2023-08-02 18:35:08 +0200
commit71fb38c91f16ce46a7103d8a606de2e0aeb04395 (patch)
treea41ccbb41c2187df81d5ba07f7715d26ae478752
parent076c189948b89787b34a2a4aded7a9c88f580ee1 (diff)
downloadPrismLauncher-71fb38c91f16ce46a7103d8a606de2e0aeb04395.tar.gz
PrismLauncher-71fb38c91f16ce46a7103d8a606de2e0aeb04395.tar.bz2
PrismLauncher-71fb38c91f16ce46a7103d8a606de2e0aeb04395.zip
Fix alignment properties
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
-rw-r--r--.clang-format4
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