mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-25 14:54:44 +08:00
11 lines
No EOL
281 B
JSON
11 lines
No EOL
281 B
JSON
{
|
|
"java.configuration.updateBuildConfiguration": "interactive",
|
|
"files.exclude": {
|
|
"**/.classpath": true,
|
|
"**/.project": true,
|
|
"**/.settings": true,
|
|
"**/.factorypath": true
|
|
},
|
|
"eslint.autoFixOnSave": true,
|
|
"editor.fontSize": 13
|
|
} |