Skip to content

Commit

Permalink
update VSC settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eapearson committed Jul 1, 2019
1 parent 469d7b5 commit 75d84a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/formatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"indent_char": " ",
"indent_character": " "
}
}
}
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"prettier.arrowParens": "always",
"prettier.eslintIntegration": true,
"prettier.printWidth": 120,
"prettier.singleQuote": true,
"prettier.tabWidth": 4,
"editor.detectIndentation": false
}

0 comments on commit 75d84a7

Please # to comment.