.editorconfig 185 B

123456789101112
  1. # top-most EditorConfig file
  2. root = true
  3. [*]
  4. charset = utf-8
  5. indent_size = 4
  6. indent_style = space
  7. insert_final_newline = true
  8. trim_trailing_whitespace = true
  9. [*.{sh}]
  10. indent_size = 4