.editorconfig 447 B

12345678910111213
  1. # EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.
  2. # Atom: Please assure your Atom's config setting Tab Type is set to auto, otherwise Atom-EditorConfig may not work as expected. Also disable whitespace package.
  3. # http://editorconfig.org/
  4. root = true
  5. [*]
  6. charset = utf-8
  7. indent_style = tab
  8. indent_size = 4
  9. trim_trailing_whitespace = true
  10. end_of_line = lf
  11. insert_final_newline = true