.editorconfig 195 B

123456789101112
  1. [*]
  2. charset = utf-8
  3. end_of_line = lf
  4. insert_final_newline = true
  5. [*.d]
  6. indent_size = 3
  7. indent_style = space
  8. trim_trailing_whitespace = true
  9. # soft limit, hard limit at 120
  10. max_line_length = 100