gooderp18绿色标准版
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

34 lines
541B

  1. # EditorConfig helps developers define and maintain consistent
  2. # coding styles between different editors and IDEs
  3. # editorconfig.org
  4. root = true
  5. # We recommend you to keep these unchanged
  6. [*]
  7. indent_style = space
  8. end_of_line = lf
  9. charset = utf-8
  10. trim_trailing_whitespace = true
  11. insert_final_newline = true
  12. max_line_length = 80
  13. [*.py]
  14. indent_size = 4
  15. [*.js]
  16. indent_size = 2
  17. [*.css]
  18. indent_size = 2
  19. [*.scss]
  20. indent_size = 2
  21. # Matches the exact file package.json
  22. [{package.json}]
  23. indent_size = 2
  24. [*.md]
  25. trim_trailing_whitespace = false
上海开阖软件有限公司 沪ICP备12045867号-1