1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-11 01:22:49 +00:00
This commit is contained in:
2016-12-29 15:50:14 -06:00
committed by Mitchell Gerber
commit 0afda65c45
22 changed files with 788 additions and 0 deletions

15
.jsbeautifyrc Normal file
View File

@@ -0,0 +1,15 @@
{
"indent_size": 4,
"beautify.language": {
"js": {
"type": ["javascript", "json", "jsx"],
"filename": [".jshintrc", ".jsbeautify"],
"e4x": true
// "ext": ["js", "json"]
// ^^ to set extensions to be beautified using the javascript beautifier
},
"css": ["css", "scss"],
"html": ["htm", "html"]
// ^^ providing just an array sets the VS Code file type
}
}