codeStyleSettings.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ProjectCodeStyleSettingsManager">
  4. <option name="PER_PROJECT_SETTINGS">
  5. <value>
  6. <PHPCodeStyleSettings>
  7. <option name="PHPDOC_BLANK_LINE_BEFORE_TAGS" value="true" />
  8. <option name="LOWER_CASE_BOOLEAN_CONST" value="true" />
  9. <option name="LOWER_CASE_NULL_CONST" value="true" />
  10. </PHPCodeStyleSettings>
  11. <XML>
  12. <option name="XML_KEEP_BLANK_LINES" value="1" />
  13. <option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
  14. </XML>
  15. <codeStyleSettings language="CSS">
  16. <indentOptions>
  17. <option name="USE_TAB_CHARACTER" value="true" />
  18. </indentOptions>
  19. </codeStyleSettings>
  20. <codeStyleSettings language="HTML">
  21. <indentOptions>
  22. <option name="USE_TAB_CHARACTER" value="true" />
  23. </indentOptions>
  24. </codeStyleSettings>
  25. <codeStyleSettings language="JavaScript">
  26. <option name="SPACE_BEFORE_METHOD_PARENTHESES" value="true" />
  27. <indentOptions>
  28. <option name="USE_TAB_CHARACTER" value="true" />
  29. </indentOptions>
  30. </codeStyleSettings>
  31. <codeStyleSettings language="PHP">
  32. <option name="CLASS_BRACE_STYLE" value="1" />
  33. <option name="METHOD_BRACE_STYLE" value="1" />
  34. <option name="DOWHILE_BRACE_FORCE" value="3" />
  35. <option name="WHILE_BRACE_FORCE" value="3" />
  36. <option name="FOR_BRACE_FORCE" value="3" />
  37. <indentOptions>
  38. <option name="USE_TAB_CHARACTER" value="true" />
  39. </indentOptions>
  40. </codeStyleSettings>
  41. <codeStyleSettings language="XML">
  42. <indentOptions>
  43. <option name="USE_TAB_CHARACTER" value="true" />
  44. </indentOptions>
  45. </codeStyleSettings>
  46. </value>
  47. </option>
  48. <option name="USE_PER_PROJECT_SETTINGS" value="true" />
  49. <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default (1)" />
  50. </component>
  51. </project>