mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
933281f234
This is part of unforking JSQMVC, but I'm only reformatting files otherwise changed rather than reformatting the entire project for git sanity. This is intentionally a second commit so we can separate formatting changes from code changes * brace should drop after method definition (this is common across almost all objc projects, and allows you to quickly differentiate multi-line method signatures from their implementation. * aligning consecutive assignments ongoingly muddies git history // FREEBIE
15 lines
328 B
YAML
15 lines
328 B
YAML
---
|
|
BasedOnStyle: WebKit
|
|
AllowShortFunctionsOnASingleLine: false
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
ColumnLimit: 120
|
|
IndentCaseLabels: true
|
|
MaxEmptyLinesToKeep: 2
|
|
ObjCSpaceAfterProperty: true
|
|
ObjCSpaceBeforeProtocolList: true
|
|
PointerBindsToType: false
|
|
SpacesBeforeTrailingComments: 1
|
|
TabWidth: 8
|
|
UseTab: Never
|
|
...
|