IU-2021.1.2 <Administrator@E_Z7_CT7NT Update GoogleStyle.xml Create file.template.settings.xml, code.style.schemes

This commit is contained in:
Eee 2021-06-16 16:09:34 +08:00
parent cd84fd22ca
commit 3e6aa6fbe4
3 changed files with 23 additions and 1 deletions

14
code.style.schemes Normal file
View File

@ -0,0 +1,14 @@
<application>
<component name="CodeStyleSettingsManager">
<option name="PER_PROJECT_SETTINGS">
<value version="173">
<codeStyleSettings language="JAVA">
<option name="LINE_COMMENT_AT_FIRST_COLUMN" value="false" />
<option name="BLOCK_COMMENT_AT_FIRST_COLUMN" value="false" />
<option name="LINE_COMMENT_ADD_SPACE" value="true" />
</codeStyleSettings>
</value>
</option>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="GoogleStyle" />
</component>
</application>

View File

@ -39,8 +39,9 @@
<option name="VARIABLE_ANNOTATION_WRAP" value="1" />
<indentOptions>
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="4" />
<option name="CONTINUATION_INDENT_SIZE" value="2" />
<option name="TAB_SIZE" value="2" />
<option name="USE_RELATIVE_INDENTS" value="true" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="JavaScript">

View File

@ -0,0 +1,7 @@
<application>
<component name="ExportableFileTemplateSettings">
<internal_templates>
<template name="Class.java" reformat="true" live-template-enabled="true" enabled="true" />
</internal_templates>
</component>
</application>