You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
372 B

11 months ago
  1. # EditorConfig is awesome: https://EditorConfig.org
  2. # top-most EditorConfig file
  3. root = true
  4. [*]
  5. # Non-configurable Prettier behaviors
  6. charset = utf-8
  7. insert_final_newline = true
  8. trim_trailing_whitespace = true
  9. # Configurable Prettier behaviors
  10. # (change these if your Prettier config differs)
  11. end_of_line = lf
  12. indent_style = space
  13. indent_size = 2
  14. max_line_length = 80