Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tsfmt.json - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2259dd3ff393c2b2dd3df5578691d3e1951624a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"tabSize": 4,
	"indentSize": 4,
	"newLineCharacter": "\n",
	"convertTabsToSpaces": false,
	"insertSpaceAfterCommaDelimiter": true,
	"insertSpaceAfterSemicolonInForStatements": true,
	"insertSpaceBeforeAndAfterBinaryOperators": true,
	"insertSpaceAfterKeywordsInControlFlowStatements": true,
	"insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
	"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
	"insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
	"insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false,
	"placeOpenBraceOnNewLineForFunctions": false,
	"placeOpenBraceOnNewLineForControlBlocks": false
}