Skip to content

Commit

Permalink
Add rule for space after anonymous function keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominionized committed Jun 6, 2016
1 parent 5d4b3fa commit a5f1db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretty-typescript",
"version": "1.10.0",
"version": "1.11.0",
"description": "TSLint and TypeScript Formatter configuration files",
"main": "index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions tsfmt.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"tabSize": 2,
"newLineCharacter": "\n",
"convertTabsToSpaces": true,
"insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
"insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
"insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false
Expand Down

0 comments on commit a5f1db2

Please sign in to comment.