My settings for JetBrains IDEs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

178 lines
7.3 KiB

  1. <code_scheme name="TheoryOfNekomata" version="173">
  2. <option name="LINE_SEPARATOR" value="&#10;" />
  3. <CssCodeStyleSettings>
  4. <option name="HEX_COLOR_LOWER_CASE" value="true" />
  5. <option name="HEX_COLOR_SHORT_FORMAT" value="true" />
  6. </CssCodeStyleSettings>
  7. <HTMLCodeStyleSettings>
  8. <option name="HTML_ATTRIBUTE_WRAP" value="2" />
  9. <option name="HTML_ALIGN_ATTRIBUTES" value="false" />
  10. <option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" />
  11. <option name="HTML_DO_NOT_INDENT_CHILDREN_OF" value="" />
  12. <option name="HTML_ENFORCE_QUOTES" value="true" />
  13. <option name="HTML_NEWLINE_BEFORE_FIRST_ATTRIBUTE" value="When multiline" />
  14. <option name="HTML_NEWLINE_AFTER_LAST_ATTRIBUTE" value="When multiline" />
  15. </HTMLCodeStyleSettings>
  16. <JSCodeStyleSettings version="0">
  17. <option name="REFORMAT_C_STYLE_COMMENTS" value="true" />
  18. <option name="USE_DOUBLE_QUOTES" value="false" />
  19. <option name="FORCE_QUOTE_STYlE" value="true" />
  20. <option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
  21. <option name="JSX_ATTRIBUTE_VALUE" value="Based on type" />
  22. <option name="VAR_DECLARATION_WRAP" value="5" />
  23. <option name="USE_CHAINED_CALLS_GROUP_INDENTS" value="true" />
  24. </JSCodeStyleSettings>
  25. <MarkdownNavigatorCodeStyleSettings>
  26. <option name="RIGHT_MARGIN" value="72" />
  27. </MarkdownNavigatorCodeStyleSettings>
  28. <TypeScriptCodeStyleSettings version="0">
  29. <option name="FORCE_SEMICOLON_STYLE" value="true" />
  30. <option name="USE_DOUBLE_QUOTES" value="false" />
  31. <option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
  32. <option name="VAR_DECLARATION_WRAP" value="5" />
  33. <option name="USE_CHAINED_CALLS_GROUP_INDENTS" value="true" />
  34. </TypeScriptCodeStyleSettings>
  35. <codeStyleSettings language="CSS">
  36. <indentOptions>
  37. <option name="INDENT_SIZE" value="2" />
  38. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  39. <option name="TAB_SIZE" value="2" />
  40. </indentOptions>
  41. </codeStyleSettings>
  42. <codeStyleSettings language="CoffeeScript">
  43. <indentOptions>
  44. <option name="INDENT_SIZE" value="4" />
  45. <option name="CONTINUATION_INDENT_SIZE" value="4" />
  46. <option name="TAB_SIZE" value="4" />
  47. </indentOptions>
  48. </codeStyleSettings>
  49. <codeStyleSettings language="Dart">
  50. <indentOptions>
  51. <option name="INDENT_SIZE" value="4" />
  52. <option name="TAB_SIZE" value="4" />
  53. </indentOptions>
  54. </codeStyleSettings>
  55. <codeStyleSettings language="Erlang">
  56. <indentOptions>
  57. <option name="INDENT_SIZE" value="4" />
  58. <option name="CONTINUATION_INDENT_SIZE" value="8" />
  59. <option name="TAB_SIZE" value="4" />
  60. </indentOptions>
  61. </codeStyleSettings>
  62. <codeStyleSettings language="Gherkin">
  63. <indentOptions>
  64. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  65. <option name="TAB_SIZE" value="2" />
  66. </indentOptions>
  67. </codeStyleSettings>
  68. <codeStyleSettings language="HAML">
  69. <indentOptions>
  70. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  71. <option name="TAB_SIZE" value="2" />
  72. </indentOptions>
  73. </codeStyleSettings>
  74. <codeStyleSettings language="HTML">
  75. <option name="WRAP_ON_TYPING" value="1" />
  76. <indentOptions>
  77. <option name="INDENT_SIZE" value="2" />
  78. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  79. <option name="TAB_SIZE" value="2" />
  80. </indentOptions>
  81. </codeStyleSettings>
  82. <codeStyleSettings language="JSON">
  83. <indentOptions>
  84. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  85. <option name="TAB_SIZE" value="2" />
  86. </indentOptions>
  87. </codeStyleSettings>
  88. <codeStyleSettings language="Jade">
  89. <indentOptions>
  90. <option name="INDENT_SIZE" value="2" />
  91. <option name="TAB_SIZE" value="2" />
  92. </indentOptions>
  93. </codeStyleSettings>
  94. <codeStyleSettings language="JavaScript">
  95. <option name="LINE_COMMENT_ADD_SPACE" value="false" />
  96. <option name="KEEP_FIRST_COLUMN_COMMENT" value="false" />
  97. <option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
  98. <option name="CALL_PARAMETERS_WRAP" value="5" />
  99. <option name="METHOD_PARAMETERS_WRAP" value="5" />
  100. <option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
  101. <option name="METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" />
  102. <option name="EXTENDS_LIST_WRAP" value="5" />
  103. <option name="METHOD_CALL_CHAIN_WRAP" value="5" />
  104. <option name="WRAP_COMMENTS" value="true" />
  105. <indentOptions>
  106. <option name="INDENT_SIZE" value="2" />
  107. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  108. <option name="TAB_SIZE" value="2" />
  109. </indentOptions>
  110. </codeStyleSettings>
  111. <codeStyleSettings language="LESS">
  112. <indentOptions>
  113. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  114. <option name="TAB_SIZE" value="2" />
  115. </indentOptions>
  116. </codeStyleSettings>
  117. <codeStyleSettings language="Lua">
  118. <indentOptions>
  119. <option name="CONTINUATION_INDENT_SIZE" value="4" />
  120. </indentOptions>
  121. </codeStyleSettings>
  122. <codeStyleSettings language="SASS">
  123. <indentOptions>
  124. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  125. <option name="TAB_SIZE" value="2" />
  126. </indentOptions>
  127. </codeStyleSettings>
  128. <codeStyleSettings language="SCSS">
  129. <indentOptions>
  130. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  131. <option name="TAB_SIZE" value="2" />
  132. </indentOptions>
  133. </codeStyleSettings>
  134. <codeStyleSettings language="Stylus">
  135. <indentOptions>
  136. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  137. <option name="TAB_SIZE" value="2" />
  138. </indentOptions>
  139. </codeStyleSettings>
  140. <codeStyleSettings language="TypeScript">
  141. <option name="INDENT_CASE_FROM_SWITCH" value="false" />
  142. <option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
  143. <option name="CALL_PARAMETERS_WRAP" value="5" />
  144. <option name="CALL_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
  145. <option name="CALL_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" />
  146. <option name="METHOD_PARAMETERS_WRAP" value="5" />
  147. <option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
  148. <option name="METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" />
  149. <option name="EXTENDS_LIST_WRAP" value="5" />
  150. <option name="METHOD_CALL_CHAIN_WRAP" value="5" />
  151. <option name="TERNARY_OPERATION_WRAP" value="5" />
  152. <option name="TERNARY_OPERATION_SIGNS_ON_NEXT_LINE" value="true" />
  153. <option name="ARRAY_INITIALIZER_WRAP" value="5" />
  154. <option name="ARRAY_INITIALIZER_LBRACE_ON_NEXT_LINE" value="true" />
  155. <option name="ARRAY_INITIALIZER_RBRACE_ON_NEXT_LINE" value="true" />
  156. <option name="WRAP_COMMENTS" value="true" />
  157. <indentOptions>
  158. <option name="INDENT_SIZE" value="2" />
  159. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  160. <option name="TAB_SIZE" value="2" />
  161. </indentOptions>
  162. </codeStyleSettings>
  163. <codeStyleSettings language="XML">
  164. <indentOptions>
  165. <option name="INDENT_SIZE" value="2" />
  166. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  167. <option name="TAB_SIZE" value="2" />
  168. </indentOptions>
  169. </codeStyleSettings>
  170. <codeStyleSettings language="go">
  171. <indentOptions>
  172. <option name="INDENT_SIZE" value="4" />
  173. <option name="CONTINUATION_INDENT_SIZE" value="4" />
  174. <option name="TAB_SIZE" value="4" />
  175. <option name="USE_TAB_CHARACTER" value="false" />
  176. </indentOptions>
  177. </codeStyleSettings>
  178. </code_scheme>