Last active
October 28, 2021 18:35
-
-
Save jasonappah/3f4d5884db8c4e8e17dfc2140c2d2577 to your computer and use it in GitHub Desktop.
Revisions
-
jasonappah revised this gist
Oct 28, 2021 . 1 changed file with 1 addition and 1 deletion.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 @@ -2,7 +2,7 @@ "printWidth": 90, "tabWidth": 4, "useTabs": true, "semi": true, "singleQuote": false, "trailingComma": "none", "bracketSpacing": false, -
jasonappah created this gist
Oct 25, 2021 .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,13 @@ { "printWidth": 90, "tabWidth": 4, "useTabs": true, "semi": false, "singleQuote": false, "trailingComma": "none", "bracketSpacing": false, "arrowParens": "always", "requirePragma": false, "insertPragma": false, "proseWrap": "always" }