Last active
July 3, 2020 16:37
-
-
Save thetinygoat/1b7c16d5d927ac9bde16b4e67450dd4a to your computer and use it in GitHub Desktop.
Revisions
-
thetinygoat revised this gist
Jul 3, 2020 . 1 changed file with 2 additions and 11 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 @@ -3,7 +3,7 @@ "workbench.iconTheme": "material-icon-theme", "python.linting.pylintPath": "/usr/bin/pylint", "python.formatting.blackPath": "/usr/bin/black", "editor.fontFamily": "JetBrains Mono", "editor.fontLigatures": true, "extensions.showRecommendationsOnlyOnDemand": true, "extensions.ignoreRecommendations": true, @@ -27,15 +27,6 @@ "editor.formatOnSave": true, "python.formatting.provider": "black", "java.semanticHighlighting.enabled": false, "workbench.colorTheme": "Night Owl", "go.formatTool": "goimports", } -
thetinygoat revised this gist
Jun 28, 2020 . 1 changed file with 3 additions and 3 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 @@ -8,6 +8,9 @@ "extensions.showRecommendationsOnlyOnDemand": true, "extensions.ignoreRecommendations": true, "files.autoSave": "onFocusChange", "editor.rulers": [ 80 ], "window.menuBarVisibility": "toggle", "files.exclude": { "**/.classpath": true, @@ -29,9 +32,6 @@ "[dart]": { "editor.formatOnSave": true, "editor.formatOnType": true, "editor.selectionHighlight": false, "editor.suggest.snippetsPreventQuickSuggestions": false, "editor.suggestSelection": "first", -
thetinygoat revised this gist
Jun 28, 2020 . 1 changed file with 13 additions 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 @@ -25,4 +25,17 @@ "python.formatting.provider": "black", "java.semanticHighlighting.enabled": false, "go.formatTool": "goimports", "workbench.colorTheme": "Dracula", "[dart]": { "editor.formatOnSave": true, "editor.formatOnType": true, "editor.rulers": [ 80 ], "editor.selectionHighlight": false, "editor.suggest.snippetsPreventQuickSuggestions": false, "editor.suggestSelection": "first", "editor.tabCompletion": "onlySnippets", "editor.wordBasedSuggestions": false }, } -
thetinygoat revised this gist
Jun 4, 2020 . 1 changed file with 3 additions 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 @@ -3,7 +3,7 @@ "workbench.iconTheme": "material-icon-theme", "python.linting.pylintPath": "/usr/bin/pylint", "python.formatting.blackPath": "/usr/bin/black", "editor.fontFamily": "JetBrains Mono NL", "editor.fontLigatures": true, "extensions.showRecommendationsOnlyOnDemand": true, "extensions.ignoreRecommendations": true, @@ -23,4 +23,6 @@ }, "editor.formatOnSave": true, "python.formatting.provider": "black", "java.semanticHighlighting.enabled": false, "go.formatTool": "goimports", } -
thetinygoat revised this gist
Apr 19, 2020 . 1 changed file with 1 addition and 2 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 @@ -8,8 +8,6 @@ "extensions.showRecommendationsOnlyOnDemand": true, "extensions.ignoreRecommendations": true, "files.autoSave": "onFocusChange", "window.menuBarVisibility": "toggle", "files.exclude": { "**/.classpath": true, @@ -24,4 +22,5 @@ }, }, "editor.formatOnSave": true, "python.formatting.provider": "black", } -
thetinygoat revised this gist
Mar 18, 2020 . 1 changed file with 13 additions 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 @@ -3,7 +3,6 @@ "workbench.iconTheme": "material-icon-theme", "python.linting.pylintPath": "/usr/bin/pylint", "python.formatting.blackPath": "/usr/bin/black", "editor.fontFamily": "Fira Code Retina", "editor.fontLigatures": true, "extensions.showRecommendationsOnlyOnDemand": true, @@ -12,4 +11,17 @@ "workbench.colorTheme": "Atom One Dark", "go.formatTool": "goimports", "window.menuBarVisibility": "toggle", "files.exclude": { "**/.classpath": true, "**/.project": true, "**/.settings": true, "**/.factorypath": true }, "[javascript]": { "editor.formatOnSave": false, "editor.codeActionsOnSave": { "source.fixAll.eslint": true, }, }, "editor.formatOnSave": true, } -
thetinygoat revised this gist
Mar 11, 2020 . 1 changed file with 4 additions 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 @@ -4,9 +4,12 @@ "python.linting.pylintPath": "/usr/bin/pylint", "python.formatting.blackPath": "/usr/bin/black", "editor.formatOnSave": true, "editor.fontFamily": "Fira Code Retina", "editor.fontLigatures": true, "extensions.showRecommendationsOnlyOnDemand": true, "extensions.ignoreRecommendations": true, "files.autoSave": "onFocusChange", "workbench.colorTheme": "Atom One Dark", "go.formatTool": "goimports", "window.menuBarVisibility": "toggle", } -
thetinygoat revised this gist
Feb 9, 2020 . 1 changed file with 10 additions and 17 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,19 +1,12 @@ { "workbench.startupEditor": "newUntitledFile", "workbench.iconTheme": "material-icon-theme", "python.linting.pylintPath": "/usr/bin/pylint", "python.formatting.blackPath": "/usr/bin/black", "editor.formatOnSave": true, "editor.fontFamily": "JetBrains Mono", "editor.fontLigatures": true, "extensions.showRecommendationsOnlyOnDemand": true, "extensions.ignoreRecommendations": true, "files.autoSave": "onFocusChange", } -
thetinygoat revised this gist
Dec 10, 2019 . 1 changed file with 18 additions and 17 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,18 +1,19 @@ { "workbench.startupEditor": "newUntitledFile", "workbench.iconTheme": "vscode-icons", "editor.fontFamily": "Fira Code Retina", "editor.cursorStyle": "block", "editor.fontLigatures": true, "files.autoSave": "onFocusChange", "editor.wordWrap": "on", "editor.formatOnSave": true, "extensions.showRecommendationsOnlyOnDemand": true, "extensions.ignoreRecommendations": true, "eslint.autoFixOnSave": true, "eslint.alwaysShowStatus": true, "editor.insertSpaces": false, "editor.detectIndentation": false, "editor.tabSize": 2, "window.menuBarVisibility": "toggle", "workbench.colorTheme": "Monokai" } -
thetinygoat revised this gist
Apr 14, 2019 . 1 changed file with 17 additions and 17 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,18 +1,18 @@ { "workbench.startupEditor": "newUntitledFile", "editor.fontFamily": "Fira Code Retina", "editor.fontLigatures": true, "files.autoSave": "onFocusChange", "editor.wordWrap": "on", "editor.formatOnSave": true, "extensions.showRecommendationsOnlyOnDemand": true, "extensions.ignoreRecommendations": true, "eslint.autoFixOnSave": true, "eslint.alwaysShowStatus": true, "prettier.eslintIntegration": true, "editor.insertSpaces": false, "editor.detectIndentation": false, "editor.tabSize": 2, "window.menuBarVisibility": "toggle", "workbench.colorTheme": "Monokai" } -
thetinygoat revised this gist
Dec 27, 2018 . 1 changed file with 7 additions and 5 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,16 +1,18 @@ { "workbench.startupEditor": "newUntitledFile", "editor.fontFamily": "Fira Code Retina", "editor.fontLigatures": true, "files.autoSave": "onFocusChange", "editor.wordWrap": "on", "editor.formatOnSave": true, "extensions.showRecommendationsOnlyOnDemand": true, "extensions.ignoreRecommendations": true, "eslint.autoFixOnSave": true, "eslint.alwaysShowStatus": true, "prettier.eslintIntegration": true, "workbench.iconTheme": "material-icon-theme", "workbench.colorTheme": "Horizon Italic", "editor.insertSpaces": false, "editor.detectIndentation": false, "editor.tabSize": 2 } -
thetinygoat created this gist
Dec 23, 2018 .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 @@ { "workbench.startupEditor": "newUntitledFile", "editor.fontFamily": "Fira Code", "editor.fontLigatures": true, "files.autoSave": "onFocusChange", "editor.wordWrap": "on", "editor.formatOnSave": true, "extensions.showRecommendationsOnlyOnDemand": true, "extensions.ignoreRecommendations": true, "[javascript]": { "editor.formatOnSave": false }, "eslint.autoFixOnSave": true, "eslint.alwaysShowStatus": true, "prettier.disableLanguages": ["js"] }