mirror of
https://github.com/mgerb/react-starter
synced 2026-01-11 01:22:49 +00:00
init
This commit is contained in:
15
.jsbeautifyrc
Normal file
15
.jsbeautifyrc
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user