Last active
March 13, 2018 03:45
-
-
Save NoMan2000/e12acc129e626f5c67a72c694461e52f to your computer and use it in GitHub Desktop.
Revisions
-
NoMan2000 revised this gist
Mar 13, 2018 . 1 changed file with 2 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 @@ -1,5 +1,5 @@ { "workbench.colorTheme": "Seti", "editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace", "editor.fontSize": 17, "editor.lineHeight": 25, @@ -26,4 +26,5 @@ "team.showWelcomeMessage": false, "flow.useNPMPackagedFlow": true, "javascript.validate.enable": false, "prettier.stylelintIntegration": true, } -
NoMan2000 revised this gist
Mar 9, 2018 . 1 changed file with 11 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 @@ -1,5 +1,16 @@ { "workbench.colorTheme": "Visual Studio Dark", "editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace", "editor.fontSize": 17, "editor.lineHeight": 25, "editor.letterSpacing": 0.5, "files.trimTrailingWhitespace": true, "editor.fontWeight": "400", "prettier.eslintIntegration": true, "editor.cursorStyle": "line", "editor.cursorWidth": 2, "editor.cursorBlinking": "solid", "editor.renderWhitespace": "all", "workbench.iconTheme": "vscode-icons", "javascript.format.enable": true, "html.format.endWithNewline": true, -
NoMan2000 revised this gist
Mar 8, 2018 . 1 changed file with 29 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 @@ -0,0 +1,29 @@ abusaidm.html-snippets benjavr.jshintrc-generator bitlang.cobol blanu.vscode-styled-jsx capaj.vscode-standardjs-snippets chenxsan.vscode-standardjs christian-kohler.npm-intellisense DavidAnson.vscode-markdownlint dbaeumer.vscode-eslint EditorConfig.EditorConfig eg2.tslint eg2.vscode-npm-script EQuimper.react-native-react-redux esbenp.prettier-vscode flowtype.flow-for-vscode HookyQR.beautify lonefy.vscode-JS-CSS-HTML-formatter mkaufman.HTMLHint ms-mssql.mssql ms-vscode.node-debug2 ms-vsts.team msjsdiag.debugger-for-chrome NielsLiisberg.RPG NuclleaR.vscode-extension-auto-import robertohuertasm.vscode-icons shinnn.stylelint taichi.react-beautify wayou.vscode-todo-highlight wesbos.theme-cobalt2 -
NoMan2000 created this gist
Mar 8, 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,18 @@ { "editor.fontSize": 17, "workbench.iconTheme": "vscode-icons", "javascript.format.enable": true, "html.format.endWithNewline": true, "files.trimFinalNewlines": true, "explorer.autoReveal": true, "workbench.activityBar.visible": true, "workbench.statusBar.visible": true, "emmet.syntaxProfiles": { "javascript": "jsx" }, "files.eol": "\n", "eslint.packageManager": "yarn", "team.showWelcomeMessage": false, "flow.useNPMPackagedFlow": true, "javascript.validate.enable": false, }