1
0

.editorconfig 292 B

1234567891011121314151617
  1. # editorconfig.org
  2. root = true
  3. [*]
  4. charset = utf-8
  5. indent_size = 4
  6. indent_style = space
  7. end_of_line = lf
  8. trim_trailing_whitespace = true
  9. insert_final_newline = true
  10. max_line_length = 130
  11. # https://github.com/mvdan/sh#shfmt
  12. switch_case_indent = true
  13. [*.md]
  14. trim_trailing_whitespace = false