mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
16 lines
557 B
JSON
16 lines
557 B
JSON
{
|
|
"files.trimFinalNewlines": true,
|
|
"files.insertFinalNewline": true,
|
|
"javascript.format.semicolons": "remove",
|
|
"editor.rulers": [
|
|
120
|
|
],
|
|
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
|
|
"js/ts.implicitProjectConfig.target": "ESNext",
|
|
"typescript.format.semicolons": "remove",
|
|
"javascript.preferences.importModuleSpecifier": "relative",
|
|
"javascript.preferences.importModuleSpecifierEnding": "js",
|
|
"javascript.updateImportsOnFileMove.enabled": "always",
|
|
"editor.formatOnSave": true,
|
|
}
|