forked from Apricot-ale/KP-Liberation-APR
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings.json
85 lines (85 loc) · 2.52 KB
/
settings.json
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
75
76
77
78
79
80
81
82
83
84
85
{
"sqf.enableCBA": true,
"sqf.enableACE3": true,
"files.associations": {
"*.hpp": "ext",
"*.h": "ext",
"*.inc": "ext",
"*.cpp": "ext",
"*.ext": "ext",
"*.fsm": "ext"
},
"sqflint.ignoredVariables": [
"_input0",
"_thisArgs",
"_thisId",
"_thisType"
],
"psi-header.lang-config": [
{
"license": "Custom",
"language": "sqf",
"rootDirFileName": "description.ext",
"begin": "/*",
"prefix": " ",
"end": "*/",
"forceToTop": true
},
{
"license": "Custom",
"language": "ext",
"rootDirFileName": "description.ext",
"begin": "/*",
"prefix": " ",
"end": "*/",
"forceToTop": true
}
],
"psi-header.changes-tracking": {
"isActive": true,
"include": ["sqf", "ext"],
"modDate": "Last Update:",
"modDateFormat": "YYYY-MM-DD",
"autoHeader": "manualSave"
},
"psi-header.license-text": [
"MIT License - http://www.opensource.org/licenses/MIT"
],
"psi-header.templates": [
{
"language": "sqf",
"template": [
"File: <<filename>>",
"Author: KP Liberation Dev Team - https://github.com/KillahPotatoes",
"Date: <<filecreated('YYYY-MM-DD')>>",
"Last Update:",
"License: MIT License - http://www.opensource.org/licenses/MIT",
"",
"Description:",
" No description added yet.",
"",
"Parameter(s):",
" _localVariable - Description [DATATYPE, defaults to DEFAULTVALUE]",
"",
"Returns:",
" Function reached the end [BOOL]"
]
},
{
"language": "ext",
"template": [
"File: <<filename>>",
"Author: KP Liberation Dev Team - https://github.com/KillahPotatoes",
"Date: <<filecreated('YYYY-MM-DD')>>",
"Last Update:",
"License: MIT License - http://www.opensource.org/licenses/MIT",
"",
"Description:",
" No description added yet."
]
}
],
"todo-tree.general.statusBar": "tags",
"todo-tree.tree.showCountsInTree": true,
"todo-tree.tree.flat": true
}