My settings for JetBrains IDEs
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <application>
- <component name="EditorSettings">
- <option name="STRIP_TRAILING_SPACES" value="Whole" />
- <option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
- <option name="SHOW_BREADCRUMBS" value="false" />
- <option name="IS_BLOCK_CURSOR" value="true" />
- <option name="IS_WHITESPACES_SHOWN" value="true" />
- </component>
- <component name="JSEditorOptions">
- <option name="START_STRING_INTERPOLATION_ON_TYPING" value="true" />
- </component>
- <component name="TodoConfiguration">
- <pattern pattern="\btodo\b.*" />
- <pattern icon="important" pattern="\bfixme\b.*" />
- </component>
- </application>
|