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.

18 lines
252 B

пре 9 година
пре 7 година
  1. [*]
  2. charset = utf-8
  3. end_of_line = lf
  4. insert_final_newline = true
  5. trim_trailing_whitespace = true
  6. indent_style = tab
  7. indent_size = 4
  8. [*.md]
  9. indent_style = space
  10. [*.rb]
  11. indent_style = space
  12. indent_size = 2
  13. [*.yml]
  14. indent_style = space
  15. indent_size = 2