.editorconfig 657 B

123456789101112131415161718
  1. # ╔═╗╔╦╗╦╔╦╗╔═╗╦═╗┌─┐┌─┐┌┐┌┌─┐┬┌─┐
  2. # ║╣ ║║║ ║ ║ ║╠╦╝│ │ ││││├┤ ││ ┬
  3. # o╚═╝═╩╝╩ ╩ ╚═╝╩╚═└─┘└─┘┘└┘└ ┴└─┘
  4. #
  5. # This file (`.editorconfig`) exists to help maintain consistent formatting
  6. # throughout this package, the Sails framework, and the Node-Machine project.
  7. #
  8. # To review what each of these options mean, see:
  9. # http://editorconfig.org/
  10. root = true
  11. [*]
  12. indent_style = space
  13. indent_size = 2
  14. end_of_line = lf
  15. charset = utf-8
  16. trim_trailing_whitespace = true
  17. insert_final_newline = true