18 lines
354 B
Plaintext
18 lines
354 B
Plaintext
{
|
|
"indent_size": 4,
|
|
"indent_char": " ",
|
|
"css": {
|
|
"indent_size": 2
|
|
},
|
|
"beautify.language": {
|
|
"js": {
|
|
"type": ["javascript", "json"],
|
|
"filename": [".jshintrc", ".jsbeautifyrc"],
|
|
"ext": ["js", "json"]
|
|
|
|
},
|
|
"css": ["css", "scss"],
|
|
"html": ["htm", "html"]
|
|
}
|
|
}
|