21 lines
544 B
JSON
21 lines
544 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
"editor.autoClosingBrackets": "languageDefined",
|
|
"editor.trimAutoWhitespace": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.trimFinalNewlines": true,
|
|
"git.ignoreLimitWarning": true,
|
|
"prettier.singleQuote": true,
|
|
|
|
"files.exclude": {
|
|
"**/.classpath": true,
|
|
"**/.project": true,
|
|
"**/.settings": true,
|
|
"**/.factorypath": true
|
|
},
|
|
"java.configuration.updateBuildConfiguration": "automatic"
|
|
}
|