mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
* The Grand Reformat - everything made prettier...literally - some tweaks to include a few more files, including documentation - minor changes to format style - some tiny `// prettier-ignore` changes to keep a few things the way we like them - a couple of super minor tweaks to embedded document types to ensure they format correctly
69 lines
3.0 KiB
XML
69 lines
3.0 KiB
XML
<component name="ProjectCodeStyleConfiguration">
|
|
<code_scheme name="Project" version="173">
|
|
<HTMLCodeStyleSettings>
|
|
<option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" />
|
|
<option name="HTML_QUOTE_STYLE" value="Single" />
|
|
<option name="HTML_ENFORCE_QUOTES" value="true" />
|
|
</HTMLCodeStyleSettings>
|
|
<JSCodeStyleSettings version="0">
|
|
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
|
|
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
<option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
|
|
<option name="SPACES_WITHIN_OBJECT_TYPE_BRACES" value="false" />
|
|
<option name="IMPORT_SORT_MODULE_NAME" value="true" />
|
|
</JSCodeStyleSettings>
|
|
<JetCodeStyleSettings>
|
|
<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
|
|
</JetCodeStyleSettings>
|
|
<MarkdownNavigatorCodeStyleSettings>
|
|
<option name="RIGHT_MARGIN" value="72" />
|
|
</MarkdownNavigatorCodeStyleSettings>
|
|
<TypeScriptCodeStyleSettings version="0">
|
|
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
|
|
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
<option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
|
|
<option name="SPACES_WITHIN_OBJECT_TYPE_BRACES" value="false" />
|
|
</TypeScriptCodeStyleSettings>
|
|
<VueCodeStyleSettings>
|
|
<option name="INTERPOLATION_NEW_LINE_AFTER_START_DELIMITER" value="false" />
|
|
<option name="INTERPOLATION_NEW_LINE_BEFORE_END_DELIMITER" value="false" />
|
|
</VueCodeStyleSettings>
|
|
<codeStyleSettings language="HTML">
|
|
<option name="SOFT_MARGINS" value="120" />
|
|
<indentOptions>
|
|
<option name="CONTINUATION_INDENT_SIZE" value="4" />
|
|
</indentOptions>
|
|
</codeStyleSettings>
|
|
<codeStyleSettings language="Jade">
|
|
<indentOptions>
|
|
<option name="INDENT_SIZE" value="2" />
|
|
<option name="TAB_SIZE" value="2" />
|
|
</indentOptions>
|
|
</codeStyleSettings>
|
|
<codeStyleSettings language="JavaScript">
|
|
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
|
|
<option name="ALIGN_MULTILINE_FOR" value="false" />
|
|
<option name="SOFT_MARGINS" value="120" />
|
|
</codeStyleSettings>
|
|
<codeStyleSettings language="TypeScript">
|
|
<option name="SOFT_MARGINS" value="120" />
|
|
</codeStyleSettings>
|
|
<codeStyleSettings language="Vue">
|
|
<option name="SOFT_MARGINS" value="80" />
|
|
<indentOptions>
|
|
<option name="INDENT_SIZE" value="4" />
|
|
<option name="TAB_SIZE" value="4" />
|
|
</indentOptions>
|
|
</codeStyleSettings>
|
|
<codeStyleSettings language="kotlin">
|
|
<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
|
|
</codeStyleSettings>
|
|
<codeStyleSettings language="yaml">
|
|
<option name="SPACE_WITHIN_BRACKETS" value="false" />
|
|
</codeStyleSettings>
|
|
</code_scheme>
|
|
</component> |