您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
229 B

  1. # Editor configuration, see https://editorconfig.org
  2. root = true
  3. [*]
  4. end_of_line = lf
  5. charset = utf-8
  6. # Makefiles always use tabs for indentation
  7. [Makefile]
  8. indent_style = tab
  9. indent_size = unset # Allow user-defined tab width