2018-04-22 10:42:39 +00:00
|
|
|
{
|
2018-06-12 07:43:35 +00:00
|
|
|
"editor.tabSize": 2,
|
|
|
|
"editor.insertSpaces": true,
|
2018-06-12 13:20:13 +00:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.formatOnPaste": true,
|
|
|
|
"editor.autoClosingBrackets": true,
|
2018-06-12 13:36:15 +00:00
|
|
|
"editor.trimAutoWhitespace": true,
|
|
|
|
"files.trimTrailingWhitespace": true,
|
|
|
|
"files.trimFinalNewlines": true,
|
2018-04-22 10:42:39 +00:00
|
|
|
"java.configuration.updateBuildConfiguration": "automatic"
|
|
|
|
}
|