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.

200 lines
8.2 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. <Objective-C>
  29. <option name="INDENT_NAMESPACE_MEMBERS" value="2" />
  30. <option name="INDENT_C_STRUCT_MEMBERS" value="2" />
  31. <option name="INDENT_CLASS_MEMBERS" value="2" />
  32. <option name="INDENT_INSIDE_CODE_BLOCK" value="2" />
  33. <option name="HEADER_GUARD_STYLE_PATTERN" value="${FILE_NAME}_${EXT}" />
  34. </Objective-C>
  35. <Objective-C-extensions>
  36. <extensions>
  37. <pair source="c" header="h" fileNamingConvention="NONE" />
  38. <pair source="cpp" header="h" fileNamingConvention="NONE" />
  39. <pair source="cu" header="cuh" fileNamingConvention="NONE" />
  40. </extensions>
  41. </Objective-C-extensions>
  42. <TypeScriptCodeStyleSettings version="0">
  43. <option name="FORCE_SEMICOLON_STYLE" value="true" />
  44. <option name="USE_DOUBLE_QUOTES" value="false" />
  45. <option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
  46. <option name="VAR_DECLARATION_WRAP" value="5" />
  47. <option name="USE_CHAINED_CALLS_GROUP_INDENTS" value="true" />
  48. </TypeScriptCodeStyleSettings>
  49. <codeStyleSettings language="CSS">
  50. <indentOptions>
  51. <option name="INDENT_SIZE" value="2" />
  52. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  53. <option name="TAB_SIZE" value="2" />
  54. </indentOptions>
  55. </codeStyleSettings>
  56. <codeStyleSettings language="CoffeeScript">
  57. <indentOptions>
  58. <option name="INDENT_SIZE" value="4" />
  59. <option name="CONTINUATION_INDENT_SIZE" value="4" />
  60. <option name="TAB_SIZE" value="4" />
  61. </indentOptions>
  62. </codeStyleSettings>
  63. <codeStyleSettings language="Dart">
  64. <indentOptions>
  65. <option name="INDENT_SIZE" value="4" />
  66. <option name="TAB_SIZE" value="4" />
  67. </indentOptions>
  68. </codeStyleSettings>
  69. <codeStyleSettings language="Erlang">
  70. <indentOptions>
  71. <option name="INDENT_SIZE" value="4" />
  72. <option name="CONTINUATION_INDENT_SIZE" value="8" />
  73. <option name="TAB_SIZE" value="4" />
  74. </indentOptions>
  75. </codeStyleSettings>
  76. <codeStyleSettings language="Gherkin">
  77. <indentOptions>
  78. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  79. <option name="TAB_SIZE" value="2" />
  80. </indentOptions>
  81. </codeStyleSettings>
  82. <codeStyleSettings language="HAML">
  83. <indentOptions>
  84. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  85. <option name="TAB_SIZE" value="2" />
  86. </indentOptions>
  87. </codeStyleSettings>
  88. <codeStyleSettings language="HTML">
  89. <option name="WRAP_ON_TYPING" value="1" />
  90. <indentOptions>
  91. <option name="INDENT_SIZE" value="2" />
  92. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  93. <option name="TAB_SIZE" value="2" />
  94. </indentOptions>
  95. </codeStyleSettings>
  96. <codeStyleSettings language="JSON">
  97. <indentOptions>
  98. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  99. <option name="TAB_SIZE" value="2" />
  100. </indentOptions>
  101. </codeStyleSettings>
  102. <codeStyleSettings language="Jade">
  103. <indentOptions>
  104. <option name="INDENT_SIZE" value="2" />
  105. <option name="TAB_SIZE" value="2" />
  106. </indentOptions>
  107. </codeStyleSettings>
  108. <codeStyleSettings language="JavaScript">
  109. <option name="LINE_COMMENT_ADD_SPACE" value="false" />
  110. <option name="KEEP_FIRST_COLUMN_COMMENT" value="false" />
  111. <option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
  112. <option name="CALL_PARAMETERS_WRAP" value="5" />
  113. <option name="METHOD_PARAMETERS_WRAP" value="5" />
  114. <option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
  115. <option name="METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" />
  116. <option name="EXTENDS_LIST_WRAP" value="5" />
  117. <option name="METHOD_CALL_CHAIN_WRAP" value="5" />
  118. <option name="WRAP_COMMENTS" value="true" />
  119. <indentOptions>
  120. <option name="INDENT_SIZE" value="2" />
  121. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  122. <option name="TAB_SIZE" value="2" />
  123. </indentOptions>
  124. </codeStyleSettings>
  125. <codeStyleSettings language="LESS">
  126. <indentOptions>
  127. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  128. <option name="TAB_SIZE" value="2" />
  129. </indentOptions>
  130. </codeStyleSettings>
  131. <codeStyleSettings language="Lua">
  132. <indentOptions>
  133. <option name="CONTINUATION_INDENT_SIZE" value="4" />
  134. </indentOptions>
  135. </codeStyleSettings>
  136. <codeStyleSettings language="ObjectiveC">
  137. <indentOptions>
  138. <option name="INDENT_SIZE" value="2" />
  139. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  140. <option name="TAB_SIZE" value="2" />
  141. <option name="USE_TAB_CHARACTER" value="true" />
  142. </indentOptions>
  143. </codeStyleSettings>
  144. <codeStyleSettings language="SASS">
  145. <indentOptions>
  146. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  147. <option name="TAB_SIZE" value="2" />
  148. </indentOptions>
  149. </codeStyleSettings>
  150. <codeStyleSettings language="SCSS">
  151. <indentOptions>
  152. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  153. <option name="TAB_SIZE" value="2" />
  154. </indentOptions>
  155. </codeStyleSettings>
  156. <codeStyleSettings language="Stylus">
  157. <indentOptions>
  158. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  159. <option name="TAB_SIZE" value="2" />
  160. </indentOptions>
  161. </codeStyleSettings>
  162. <codeStyleSettings language="TypeScript">
  163. <option name="INDENT_CASE_FROM_SWITCH" value="false" />
  164. <option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
  165. <option name="CALL_PARAMETERS_WRAP" value="5" />
  166. <option name="CALL_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
  167. <option name="CALL_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" />
  168. <option name="METHOD_PARAMETERS_WRAP" value="5" />
  169. <option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
  170. <option name="METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" />
  171. <option name="EXTENDS_LIST_WRAP" value="5" />
  172. <option name="METHOD_CALL_CHAIN_WRAP" value="5" />
  173. <option name="TERNARY_OPERATION_WRAP" value="5" />
  174. <option name="TERNARY_OPERATION_SIGNS_ON_NEXT_LINE" value="true" />
  175. <option name="ARRAY_INITIALIZER_WRAP" value="5" />
  176. <option name="ARRAY_INITIALIZER_LBRACE_ON_NEXT_LINE" value="true" />
  177. <option name="ARRAY_INITIALIZER_RBRACE_ON_NEXT_LINE" value="true" />
  178. <option name="WRAP_COMMENTS" value="true" />
  179. <indentOptions>
  180. <option name="INDENT_SIZE" value="2" />
  181. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  182. <option name="TAB_SIZE" value="2" />
  183. </indentOptions>
  184. </codeStyleSettings>
  185. <codeStyleSettings language="XML">
  186. <indentOptions>
  187. <option name="INDENT_SIZE" value="2" />
  188. <option name="CONTINUATION_INDENT_SIZE" value="2" />
  189. <option name="TAB_SIZE" value="2" />
  190. </indentOptions>
  191. </codeStyleSettings>
  192. <codeStyleSettings language="go">
  193. <indentOptions>
  194. <option name="INDENT_SIZE" value="4" />
  195. <option name="CONTINUATION_INDENT_SIZE" value="4" />
  196. <option name="TAB_SIZE" value="4" />
  197. <option name="USE_TAB_CHARACTER" value="false" />
  198. </indentOptions>
  199. </codeStyleSettings>
  200. </code_scheme>