Fixed struct alignment and tabbing in clang-format settings

This commit is contained in:
Graham Pentheny
2025-05-19 23:19:44 -04:00
parent 66de897309
commit 0b28cc5ace

View File

@@ -8,7 +8,7 @@ ForEachMacros: [ for ]
# indentation
TabWidth: 4
IndentWidth: 4
UseTab: Always
UseTab: AlignWithSpaces
AccessModifierOffset: -4
ContinuationIndentWidth: 4
IndentCaseLabels: false
@@ -53,7 +53,7 @@ PointerAlignment: Left
CompactNamespaces: true
ColumnLimit: 128
AlignEscapedNewlines: LeftWithLastLine
AlignArrayOfStructures: Right
AlignArrayOfStructures: Left
FixNamespaceComments: false
# includes & preprocessor