Skip to content

Instantly share code, notes, and snippets.

@NoMan2000
Last active March 13, 2018 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NoMan2000/e12acc129e626f5c67a72c694461e52f to your computer and use it in GitHub Desktop.
Save NoMan2000/e12acc129e626f5c67a72c694461e52f to your computer and use it in GitHub Desktop.
My visual studio settings
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
{
"workbench.colorTheme": "Seti",
"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,
"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,
"prettier.stylelintIntegration": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment