Skip to content

Instantly share code, notes, and snippets.

@linw1995
Created August 11, 2017 04:39
Show Gist options
  • Save linw1995/3b810a8a2fac0401fe6bfe673bae81b2 to your computer and use it in GitHub Desktop.
Save linw1995/3b810a8a2fac0401fe6bfe673bae81b2 to your computer and use it in GitHub Desktop.
VSCode React Development Workplace Settings
// this file should place in you project root.
{
"e4x": true,
"brace_style": "collapse,preserve-inline",
"break_chained_methods": true,
"max_preserve_newlines": 2,
"indent_size": 2
}
// Needed Extension: [email protected]
// this file should place in your .vscode/
{
"beautify.language": {
"js": {
"type": [
"javascript",
"json"
],
"filename": [
".jshintrc",
".jsbeautify"
]
},
"css": [
"css",
"scss"
],
"html": [
"htm",
"html"
]
},
"files.eol": "\n",
"editor.tabSize": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment