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

4
template/.gitignore vendored
View File

@@ -11,8 +11,8 @@ classes/
## idea ## idea
*.iml *.iml
.idea/** .idea/**
HELP.md
!.idea/dataSources.xml !.idea/dataSources.xml
HELP.md
## vscode ## vscode
.vscode/ .vscode/
@@ -31,4 +31,4 @@ logs/
.vs .vs
!modules/.gitkeep !modules/.gitkeep
.gitattributes .gitattributes
.toco/config.local.yml .toco/config.local.yml

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>