mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
24 lines
381 B
JSON
24 lines
381 B
JSON
{
|
|
"formatter": {
|
|
"enabled": true,
|
|
"formatWithErrors": false,
|
|
"indentStyle": "tab",
|
|
"indentWidth": 4,
|
|
"lineWidth": 120,
|
|
"lineEnding": "lf",
|
|
"include": ["src/**/*.ts"]
|
|
},
|
|
"files": {
|
|
"include": ["src/**/*.ts"],
|
|
"ignore": ["node_modules"]
|
|
},
|
|
"linter": {
|
|
"rules": {
|
|
"style": {
|
|
"noUselessElse": "off",
|
|
"useImportType": "off"
|
|
}
|
|
}
|
|
}
|
|
}
|