forked from github/swift-style-guide
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathSwiftStyleSettings.plist
74 lines (74 loc) · 2.24 KB
/
SwiftStyleSettings.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>kRequireOpenBraceOnStructDeclarationLine</key>
<true/>
<key>kColonSpacingRuleInFunctionCall</key>
<integer>0</integer>
<key>kRequireOpenBraceOnEnumDeclarationLine</key>
<true/>
<key>kGenericDeclarationSpacingRule</key>
<integer>3</integer>
<key>kNumberOfEmptyLinesBetweenMethods</key>
<integer>1</integer>
<key>kShouldSurroundLogicOperatorsWithSpaces</key>
<true/>
<key>kShouldEnumNameStartWithCapitalLetter</key>
<true/>
<key>kViolationsShouldBeErrors</key>
<false/>
<key>kRequireOpenBraceForIfStatement</key>
<true/>
<key>kShouldSurroundEqualsWithSpaces</key>
<true/>
<key>kRequireSpaceBeforeParanthesesInFuncCall</key>
<false/>
<key>kNumberOfEmptyLinesAtEndOfFile</key>
<integer>1</integer>
<key>kRequireSpaceBeforeParameterParanthesesInOperatorFuncSignature</key>
<true/>
<key>kColonSpacingRuleInDictionary</key>
<integer>1</integer>
<key>kColonSpacingRuleInVariableDeclaration</key>
<integer>0</integer>
<key>kRequireOpenBraceForLoops</key>
<true/>
<key>kNumberOfEmptyLinesAboveMARK</key>
<integer>1</integer>
<key>kShouldFuncNameStartWithCapitalLetter</key>
<false/>
<key>kShouldStructNameStartWithCapitalLetter</key>
<true/>
<key>kVariableSetterSpacingRule</key>
<integer>3</integer>
<key>kRequireSpaceBeforeOpeningBrace</key>
<true/>
<key>kColonSpacingRuleInClassDeclaration</key>
<integer>0</integer>
<key>kColonSpacingRuleInMethodSignature</key>
<integer>0</integer>
<key>kReturnOperatorRuleInMethodSignature</key>
<integer>1</integer>
<key>kNumberOfEmptyLinesBelowImport</key>
<integer>1</integer>
<key>kRequireSpaceBeforeTypeSpecifier</key>
<false/>
<key>kRequireOpenBraceForSwitchStatement</key>
<true/>
<key>kRequireSpaceAfterCommas</key>
<true/>
<key>kShouldClassNameStartWithCapitalLetter</key>
<true/>
<key>kMathOperatorSpacingRule</key>
<integer>1</integer>
<key>kRequireOpenBraceOnMethodSignatureLine</key>
<true/>
<key>kRequireSpaceBeforeParameterParanthesesInFuncSignature</key>
<false/>
<key>kShouldTypeAliasNameStartWithCapitalLetter</key>
<true/>
<key>kRequireOpenBraceOnClassDeclarationLine</key>
<true/>
</dict>
</plist>