add codestyle

This commit is contained in:
2024-09-30 10:48:53 +08:00
parent 7ba3330b86
commit 74c996a287
3 changed files with 14 additions and 2 deletions

2
template/.gitignore vendored
View File

@@ -11,8 +11,8 @@ classes/
## idea
*.iml
.idea/**
HELP.md
!.idea/dataSources.xml
HELP.md
## vscode
.vscode/

7
template/.idea/codeStyles/Project.xml generated Normal file
View File

@@ -0,0 +1,7 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<JavaCodeStyleSettings>
<option name="JD_DO_NOT_WRAP_ONE_LINE_COMMENTS" value="true" />
</JavaCodeStyleSettings>
</code_scheme>
</component>

View File

@@ -0,0 +1,5 @@
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
</state>
</component>