Skip to content

Instantly share code, notes, and snippets.

@KD-MM2
Created June 18, 2024 15:58
Show Gist options
  • Save KD-MM2/5948a548cae1b89c92257228c707e21e to your computer and use it in GitHub Desktop.
Save KD-MM2/5948a548cae1b89c92257228c707e21e to your computer and use it in GitHub Desktop.
clang-format for logos(Objective-C) using within theos-formatter
# Format Style Options
---
BasedOnStyle: WebKit
AllowShortIfStatementsOnASingleLine: WithoutElse
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Attach
ColumnLimit: 250
ContinuationIndentWidth: 2
Cpp11BracedListStyle: true
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
MaxEmptyLinesToKeep: 2
ObjCBreakBeforeNestedBlockParam: false
PointerAlignment: Right
ReflowComments: false
SortIncludes: false
SpaceAfterCStyleCast: true
SpaceBeforeParens: Never
SpaceInEmptyParentheses: false
SpacesInContainerLiterals: false
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment