mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
48 lines
1.6 KiB
XML
48 lines
1.6 KiB
XML
<component name="ProjectCodeStyleConfiguration">
|
|
<code_scheme name="Project" version="173">
|
|
<option name="OTHER_INDENT_OPTIONS">
|
|
<value>
|
|
<option name="INDENT_SIZE" value="2" />
|
|
<option name="TAB_SIZE" value="2" />
|
|
</value>
|
|
</option>
|
|
<codeStyleSettings language="Groovy">
|
|
<indentOptions>
|
|
<option name="INDENT_SIZE" value="2" />
|
|
<option name="TAB_SIZE" value="2" />
|
|
</indentOptions>
|
|
</codeStyleSettings>
|
|
<codeStyleSettings language="JAVA">
|
|
<option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" />
|
|
<option name="BLANK_LINES_BEFORE_CLASS_END" value="1" />
|
|
<option name="IF_BRACE_FORCE" value="3" />
|
|
<option name="WRAP_ON_TYPING" value="0" />
|
|
<indentOptions>
|
|
<option name="INDENT_SIZE" value="2" />
|
|
<option name="CONTINUATION_INDENT_SIZE" value="4" />
|
|
<option name="TAB_SIZE" value="2" />
|
|
</indentOptions>
|
|
</codeStyleSettings>
|
|
<codeStyleSettings language="JSON">
|
|
<indentOptions>
|
|
<option name="TAB_SIZE" value="2" />
|
|
</indentOptions>
|
|
</codeStyleSettings>
|
|
<codeStyleSettings language="Markdown">
|
|
<option name="RIGHT_MARGIN" value="500" />
|
|
</codeStyleSettings>
|
|
<codeStyleSettings language="XML">
|
|
<indentOptions>
|
|
<option name="INDENT_SIZE" value="2" />
|
|
<option name="TAB_SIZE" value="2" />
|
|
</indentOptions>
|
|
</codeStyleSettings>
|
|
<codeStyleSettings language="kotlin">
|
|
<indentOptions>
|
|
<option name="INDENT_SIZE" value="2" />
|
|
<option name="TAB_SIZE" value="2" />
|
|
</indentOptions>
|
|
</codeStyleSettings>
|
|
</code_scheme>
|
|
</component>
|