1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-09 16:42:48 +00:00
Files
react-starter/.jsbeautifyrc
2017-03-29 18:08:05 -05:00

15 lines
477 B
Plaintext

{
"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
}
}