.editorconfig 364 B

123456789101112131415161718
  1. #.editorconfig
  2. # Meteor adapted EditorConfig, http://EditorConfig.org
  3. # By RaiX 2013
  4. root = true
  5. [*.js]
  6. end_of_line = lf
  7. insert_final_newline = true
  8. indent_style = space
  9. indent_size = 2
  10. trim_trailing_whitespace = true
  11. charset = utf-8
  12. max_line_length = 80
  13. indent_brace_style = 1TBS
  14. spaces_around_operators = true
  15. quote_type = auto
  16. # curly_bracket_next_line = true