mirror of
https://github.com/BlazingGames/blazing-games-plugin.git
synced 2025-02-03 21:26:41 -05:00
40 lines
No EOL
1.5 KiB
JSON
40 lines
No EOL
1.5 KiB
JSON
{
|
|
"java.configuration.updateBuildConfiguration": "interactive",
|
|
"java.compile.nullAnalysis.mode": "automatic",
|
|
"remote.autoForwardPortsFallback": 0,
|
|
"psi-header.config": {
|
|
"license": "Apache-2.0",
|
|
"author": "The Blazing Games Maintainers",
|
|
"copyrightHolder": "The Blazing Games Maintainers",
|
|
"forceToTop": true
|
|
},
|
|
"psi-header.variables": [
|
|
["start", "2025"]
|
|
],
|
|
"psi-header.templates": [
|
|
{
|
|
"language": "*",
|
|
"template": [
|
|
"Copyright <<start>> <<author>>",
|
|
"",
|
|
"Licensed under the Apache License, Version 2.0 (the \"License\");",
|
|
"you may not use this file except in compliance with the License.",
|
|
"You may obtain a copy of the License at",
|
|
"",
|
|
" http://www.apache.org/licenses/LICENSE-2.0",
|
|
"",
|
|
"Unless required by applicable law or agreed to in writing, software",
|
|
"distributed under the License is distributed on an \"AS IS\" BASIS,",
|
|
"WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
|
|
"See the License for the specific language governing permissions and",
|
|
"limitations under the License."
|
|
]
|
|
}
|
|
],
|
|
"psi-header.changes-tracking": {
|
|
"autoHeader": "manualSave",
|
|
"enforceHeader": true,
|
|
"exclude": ["jsonc", "json", "markdown", "plaintext"],
|
|
"include": ["java", "html"]
|
|
}
|
|
} |