diff --git a/.clang-format b/.clang-format index e69de29..b674f3e 100644 --- a/.clang-format +++ b/.clang-format @@ -0,0 +1,12 @@ +BasedOnStyle: None +AlignTrailingComments: true +BreakBeforeBraces: Allman +ColumnLimit: 0 +IndentWidth: 4 +KeepEmptyLinesAtTheStartOfBlocks: false +ObjCSpaceAfterProperty: true +ObjCSpaceBeforeProtocolList: true +PointerBindsToType: false +SpacesBeforeTrailingComments: 1 +TabWidth: 8 +UseTab: Neve