{
	"editor.formatOnSave": false,
	"editor.defaultFormatter": "esbenp.prettier-vscode",
	"prettier.singleQuote": true,
	"prettier.trailingComma": "es5",
	"prettier.printWidth": 100,
	"prettier.bracketSpacing": true,
	"prettier.jsxBracketSameLine": false,
	"prettier.arrowParens": "avoid",
	"prettier.semi": true,
	"prettier.endOfLine": "lf",
	"javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": true,
	"javascript.format.wrapLogicalExpressions": true,
	"javascript.format.breakBeforeBinaryOperators": true,
	"javascript.format.breakBeforeTernaryOperators": true,
	"javascript.format.alignArgumentsInBraces": true,
	"javascript.format.indentBraces": true,
	"javascript.format.wrapFunctionParameters": true,
	"javascript.format.sortImports": true,
	"javascript.format.placeCursorAfterClosingCurlyBrace": true,
	"javascript.format.insertSpaceBeforeFunctionKeyword": true,
	"javascript.format.insertSpaceBetweenFunctionKeywordAndParenthesis": true,
	"javascript.format.insertSpaceAfterFunctionName": true,
	"javascript.format.insertSpaceAfterComma": true,
	"javascript.format.insertSpaceAfterSemicolon": true,
	"javascript.format.insertSpaceBeforeColon": true,
	"javascript.format.insertSpaceAfterColon": true,
	"javascript.format.insertSpaceAroundOperators": true,
	"javascript.format.insertSpaceBeforeBlockComments": true,
	"javascript.format.insertSpaceAfterBlockComments": true,
	"javascript.format.insertSpaceBeforeLineComments": true,
	"javascript.format.insertSpaceAfterLineComments": true,
	"javascript.format.insertSpaceBeforeKeywordsInControlFlowStatements": true,
	"javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": true,
	"javascript.format.insertSpaceBeforeFunctionKeyword": true,
	"javascript.format.insertSpaceBetweenFunctionKeywordAndParenthesis": true,
	"javascript.format.insertSpaceAfterFunctionName": true,
	"javascript.format.insertSpaceAfterComma": true,
	"javascript.format.insertSpaceAfterSemicolon": true,
	"javascript.format.insertSpaceBeforeColon": true,
	"javascript.format.insertSpaceAfterColon": true,
	"javascript.format.insertSpaceAroundOperators": true,
	"javascript.format.insertSpaceBeforeBlockComments": true,
	"javascript.format.insertSpaceAfterBlockComments": true,
	"javascript.format.insertSpaceBeforeLineComments": true,
	"javascript.format.insertSpaceAfterLineComments": true,
	"[javascript]": {
		"editor.defaultFormatter": "vscode.typescript-language-features"
	},
}