Last active
May 25, 2024 11:28
-
-
Save bjanderson/82fb3a9b51ae2f1556aeae3303e16560 to your computer and use it in GitHub Desktop.
Revisions
-
bjanderson revised this gist
May 25, 2024 . 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 @@ -12,5 +12,6 @@ "singleQuote": true, "tabWidth": 2, "trailingComma": "all", "useEditorConfig": true, "useTabs": false } -
bjanderson revised this gist
Sep 10, 2022 . 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 @@ -11,6 +11,6 @@ "semi": true, "singleQuote": true, "tabWidth": 2, "trailingComma": "all", "useTabs": false } -
bjanderson created this gist
Sep 9, 2022 .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,16 @@ { "arrowParens": "always", "bracketSpacing": true, "endOfLine": "lf", "htmlWhitespaceSensitivity": "css", "jsxBracketSameLine": true, "jsxSingleQuote": true, "quoteProps": "as-needed", "printWidth": 100, "proseWrap": "preserve", "semi": true, "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }