From fa8fa6784559ed0fc8d780e36880273f77e272c4 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 11 Dec 2025 10:49:50 -0500 Subject: i did a lot --- .clang-format | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index acfa476..4fb7b29 100644 --- a/.clang-format +++ b/.clang-format @@ -47,8 +47,8 @@ ColumnLimit: 92 CommentPragmas: '^ IWYU pragma:' CompactNamespaces: false ConstructorInitializerAllOnOneLineOrOnePerLine: false -ConstructorInitializerIndentWidth: 8 -ContinuationIndentWidth: 8 +ConstructorInitializerIndentWidth: 4 +ContinuationIndentWidth: 4 Cpp11BracedListStyle: false DerivePointerAlignment: false DisableFormat: false @@ -62,7 +62,7 @@ IncludeIsMainRegex: '(Test)?$' IndentCaseLabels: false IndentGotoLabels: false IndentPPDirectives: None -IndentWidth: 8 +IndentWidth: 4 IndentWrappedFunctionNames: false JavaScriptQuotes: Leave JavaScriptWrapImports: true @@ -72,7 +72,7 @@ MacroBlockEnd: '' MaxEmptyLinesToKeep: 1 NamespaceIndentation: None ObjCBinPackProtocolList: Auto -ObjCBlockIndentWidth: 8 +ObjCBlockIndentWidth: 4 ObjCSpaceAfterProperty: true ObjCSpaceBeforeProtocolList: true PenaltyBreakAssignment: 10 @@ -101,7 +101,7 @@ SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false Standard: Cpp03 -TabWidth: 8 +TabWidth: 4 UseTab: Always ... -- cgit v1.2.3-freya