markdowny/tsfmt.json

10 lines
215 B
JSON
Raw Normal View History

2018-08-11 22:32:06 +00:00
{
"indentSize": 4,
"tabSize": 4,
"indentStyle": 2,
"newLineCharacter": "\n",
"convertTabsToSpaces": true,
"placeOpenBraceOnNewLineForFunctions": true,
"placeOpenBraceOnNewLineForControlBlocks": true
}