-
Notifications
You must be signed in to change notification settings - Fork 265
Expand file tree
/
Copy pathformat.mvbasic.json
More file actions
32 lines (32 loc) · 865 Bytes
/
format.mvbasic.json
File metadata and controls
32 lines (32 loc) · 865 Bytes
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
{
"version": "1.0",
"formatting": {
"trimNewlines": false,
"trimFinalNewlines": false,
"trimTrailingWhitespace": true,
"insertFinalNewline": true,
"multiStatementsOneLine": true,
"alignInlineComments": 48,
"spacing.operator": 1,
"spacing.semicolon": 1,
"spacing.comma": 1,
"spacing.assignment": 1,
"spacing.parentheses": 0,
"spacing.squareBrackets": 0,
"spacing.curlyBrackets": 0,
"spacing.angleBrackets": 0,
"style.operator": "keep",
"style.keyword": "keep",
"style.commentMark": "keep",
"style.keywordCase": "keep",
"indent.base": 0,
"indent.block": true,
"indent.commentLine": true,
"indent.directive": false,
"indent.clause": false,
"clause.useBlock": false,
"clause.addBlankLines": false,
"clause.atNewline": false,
"routine.labelPattern": ""
}
}