forked from cancerberoSgx/magica
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathformatCodeSettings.json
25 lines (25 loc) · 1.06 KB
/
formatCodeSettings.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
{
"insertSpaceBeforeAndAfterBinaryOperators": true,
"insertSpaceAfterCommaDelimiter": true,
"insertSpaceAfterSemicolonInForStatements": true,
"insertSpaceAfterConstructor": false,
"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
"insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
"insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false,
"insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": false,
"insertSpaceAfterTypeAssertion": false,
"insertSpaceBeforeFunctionParenthesis": false,
"placeOpenBraceOnNewLineForFunctions": false,
"placeOpenBraceOnNewLineForControlBlocks": false,
"insertSpaceBeforeTypeAnnotation": false,
"indentMultiLineObjectLiteralBeginningOnBlankLine": true,
"indentSize": 2,
"tabSize": 2,
"convertTabsToSpaces": true,
"quotePreference": "single",
"importModuleSpecifierPreference": "relative",
"importModuleSpecifierEnding": "minimal",
"allowTextChangesInNewFiles": true,
"trailingSemicolon": false
}