From 5653bf4d18bd15f48dd50a98e96f7c02962fc94b Mon Sep 17 00:00:00 2001 From: Sherman Rofeman Date: Thu, 14 Sep 2023 23:04:58 -0300 Subject: [PATCH] Fix keys order --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index c4e47f8..2f169ce 100644 --- a/.clang-format +++ b/.clang-format @@ -3,6 +3,6 @@ AlignConsecutiveBitFields : Consecutive AlignConsecutiveDeclarations: Consecutive AlignConsecutiveMacros : Consecutive AlwaysBreakAfterReturnType : AllDefinitions -JavaScriptQuotes : Double BasedOnStyle : Microsoft ColumnLimit : 80 +JavaScriptQuotes : Double