2018-04-06 12:46:02 +00:00
|
|
|
{
|
2018-06-07 06:02:38 +00:00
|
|
|
"editor.tabSize": 2,
|
|
|
|
"editor.insertSpaces": true,
|
2018-06-12 13:12:40 +00:00
|
|
|
"editor.formatOnSave": true,
|
2018-06-12 13:36:54 +00:00
|
|
|
"editor.formatOnPaste": true,
|
|
|
|
"editor.autoClosingBrackets": true,
|
|
|
|
"editor.trimAutoWhitespace": true,
|
|
|
|
"files.trimTrailingWhitespace": true,
|
|
|
|
"files.trimFinalNewlines": true,
|
2018-04-06 12:46:02 +00:00
|
|
|
"java.configuration.updateBuildConfiguration": "automatic"
|
|
|
|
}
|