forked from MrJoy/UnitySVG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UnitySVG.sublime-project
67 lines (60 loc) · 1.41 KB
/
UnitySVG.sublime-project
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
{
"folders": [
{
"path": ".",
"folder_exclude_patterns": [
".git",
".paket",
"obj",
"packages",
"Temp",
"Library",
"ProjectSettings"
],
"file_exclude_patterns": [
".git",
"*.sublime-workspace",
"*.userprefs",
"*.sln",
"*.pidb",
"*.csproj",
"*.unityproj",
"*.booproj",
"*.meta"
]
}
],
"settings": {
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"rulers": [120],
"AStyleFormatter": {
"autoformat_on_save": true,
"options_default": {
"style": "google",
"indent": "spaces",
"indent-spaces": 2,
"lineend": "linux",
"convert-tabs": true,
"indent-classes": true,
"indent-labels": true,
"indent-namespaces": true,
"indent-preproc-block": true,
"indent-preproc-define": true,
"align-pointer": "type",
"align-reference": "type",
"remove-brackets": true,
"keep-one-line-blocks": true,
"keep-one-line-statements": true,
"min-conditional-indent": 2,
"max-instatement-indent": 80,
"unpad-paren": true,
"unpad-method-prefix": true,
"pad-oper": true,
"pad-header": false
}
}
}
}