.editorconfig 111 B

123456
  1. root = true
  2. [*]
  3. charset = utf-8
  4. indent_style = tab
  5. trim_trailing_whitespace = true
  6. insert_final_newline = true