mirror of
https://github.com/gwenhael-le-moine/credger.git
synced 2024-12-27 09:58:20 +01:00
24 lines
1 KiB
JSON
24 lines
1 KiB
JSON
|
{
|
||
|
"baseIndentSize": 0,
|
||
|
"indentSize": 2,
|
||
|
"tabSize": 2,
|
||
|
"indentStyle": 2,
|
||
|
"newLineCharacter": "\n",
|
||
|
"convertTabsToSpaces": true,
|
||
|
"insertSpaceAfterCommaDelimiter": true,
|
||
|
"insertSpaceAfterSemicolonInForStatements": true,
|
||
|
"insertSpaceBeforeAndAfterBinaryOperators": true,
|
||
|
"insertSpaceAfterConstructor": false,
|
||
|
"insertSpaceAfterKeywordsInControlFlowStatements": true,
|
||
|
"insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
||
|
"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true,
|
||
|
"insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
|
||
|
"insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
|
||
|
"insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true,
|
||
|
"insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true,
|
||
|
"insertSpaceAfterTypeAssertion": true,
|
||
|
"insertSpaceBeforeFunctionParenthesis": false,
|
||
|
"placeOpenBraceOnNewLineForFunctions": false,
|
||
|
"placeOpenBraceOnNewLineForControlBlocks": false,
|
||
|
}
|