add codestyle
This commit is contained in:
4
template/.gitignore
vendored
4
template/.gitignore
vendored
@@ -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
7
template/.idea/codeStyles/Project.xml
generated
Normal 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>
|
||||||
5
template/.idea/codeStyles/codeStyleConfig.xml
generated
Normal file
5
template/.idea/codeStyles/codeStyleConfig.xml
generated
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<component name="ProjectCodeStyleConfiguration">
|
||||||
|
<state>
|
||||||
|
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
|
||||||
|
</state>
|
||||||
|
</component>
|
||||||
Reference in New Issue
Block a user