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:
authorJohannes Rieken <johannes.rieken@gmail.com>2016-10-07 18:25:20 +0300
committerJohannes Rieken <johannes.rieken@gmail.com>2016-10-07 18:25:20 +0300
commitccf3dc0849c04728abfe869ad352135ef48e71a9 (patch)
treeea0f2ae6b0bf3747cf62913e01f74e338e3f4bca /tsfmt.json
parentd90ca30fd6f68b6f1110800fe3ad3cdaf64a98e0 (diff)
add typescript-formatter as dev dependency
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