mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
11 lines
290 B
JSON
11 lines
290 B
JSON
{
|
|
"files.trimFinalNewlines": true,
|
|
"files.insertFinalNewline": true,
|
|
"javascript.format.semicolons": "remove",
|
|
"editor.rulers": [
|
|
120
|
|
],
|
|
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
|
|
"js/ts.implicitProjectConfig.target": "ES2022",
|
|
}
|