.editorconfig 382 B

123456789101112131415161718
  1. # EditorConfig is awesome: http://EditorConfig.org
  2. #
  3. # All EditorConfig properties:
  4. # https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
  5. # Top-most EditorConfig file
  6. root = true
  7. # This is a small project; currently, we
  8. # use the same settings everywhere
  9. [*]
  10. end_of_line = lf
  11. charset = utf-8
  12. insert_final_newline = true
  13. indent_style = space
  14. indent_size = 2