Last active
October 29, 2020 22:10
-
-
Save travisduffy/e4e9ee2bf1fc93838a6f86c8e095f76a to your computer and use it in GitHub Desktop.
Revisions
-
travisduffy revised this gist
Oct 29, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ { "printWidth": 80, "endOfLine": "lf", "semi": false, "singleQuote": true, -
travisduffy created this gist
Oct 29, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ { "endOfLine": "lf", "semi": false, "singleQuote": true, "useTabs": true, "tabWidth": 2, "trailingComma": "es5", "arrowParens": "avoid" }