截流自动化的商城平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.editorconfig 131B

12345678910
  1. ; top-most EditorConfig file
  2. root = true
  3. ; Unix-style newlines
  4. [*]
  5. end_of_line = LF
  6. [*.php]
  7. indent_style = space
  8. indent_size = 4