mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 09:02:49 +00:00
15 lines
477 B
Plaintext
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
|
|
}
|
|
} |