2019-06-28 19:23:58 -07:00
|
|
|
{
|
2019-07-13 00:19:54 -07:00
|
|
|
"[po]": {
|
|
|
|
"files.trimTrailingWhitespace": true,
|
|
|
|
"files.insertFinalNewline": false,
|
|
|
|
"files.trimFinalNewlines": true,
|
|
|
|
},
|
2020-06-29 05:09:28 -07:00
|
|
|
"[java]": {
|
|
|
|
"editor.codeActionsOnSave": {
|
2024-02-02 02:28:36 -07:00
|
|
|
"source.organizeImports": "explicit"
|
2020-06-29 05:09:28 -07:00
|
|
|
}
|
|
|
|
},
|
2023-07-14 16:40:00 -07:00
|
|
|
"[github-actions-workflow]": {
|
|
|
|
"editor.tabSize": 2
|
|
|
|
},
|
2020-06-29 05:09:28 -07:00
|
|
|
"editor.formatOnSave": true,
|
2019-07-13 00:19:54 -07:00
|
|
|
"better-comments.tags": [
|
|
|
|
{
|
|
|
|
"tag": "#.",
|
|
|
|
"color": "#3498DB",
|
|
|
|
"strikethrough": false,
|
|
|
|
"backgroundColor": "transparent"
|
|
|
|
}
|
|
|
|
],
|
2020-06-27 03:18:17 -07:00
|
|
|
"editor.wordWrapColumn": 120,
|
|
|
|
"editor.rulers": [
|
|
|
|
120
|
|
|
|
],
|
2020-06-29 05:09:28 -07:00
|
|
|
"java.import.gradle.wrapper.enabled": true,
|
2020-06-29 03:26:22 -07:00
|
|
|
"java.completion.filteredTypes": [
|
|
|
|
"java.awt.List",
|
|
|
|
"com.sun.*"
|
|
|
|
],
|
2020-06-29 05:09:28 -07:00
|
|
|
"java.codeGeneration.generateComments": true,
|
2021-05-31 05:40:26 -07:00
|
|
|
"git.inputValidationLength": 100,
|
2022-12-16 19:53:41 -07:00
|
|
|
"java.compile.nullAnalysis.mode": "automatic",
|
2023-07-14 16:40:00 -07:00
|
|
|
}
|