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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tsfmt.json')
-rw-r--r--tsfmt.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/tsfmt.json b/tsfmt.json
new file mode 100644
index 00000000000..2259dd3ff39
--- /dev/null
+++ b/tsfmt.json
@@ -0,0 +1,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
+} \ No newline at end of file