RimWorld-ChineseSimplified/.vscode/settings.json
2018-06-17 18:16:36 +08:00

30 lines
417 B
JSON

{
"files.eol": "\r\n",
"editor.formatOnSave": false,
"beautify.language": {
"js": {
"type": [
"javascript",
"json"
],
"filename": [
".jshintrc",
".jsbeautify"
],
"ext": [
"js",
"json"
]
},
"css": [
"css",
"scss",
"less"
],
"html": [
"htm",
"html",
"mustache",
]
}
}