Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. root = true
  2.  
  3. [*]
  4. charset = utf-8
  5. trim_trailing_whitespace = true
  6. end_of_line = lf
  7. insert_final_newline = true
  8.  
  9. [Makefile]
  10. indent_style = tab
  11.  
  12. [*.sln]
  13. charset = utf-8-bom
  14. indent_style = tab
  15. end_of_line = crlf
  16. insert_final_newline = false
  17.  
  18. [*.{vcxproj,props.template}]
  19. indent_style = space
  20. indent_size = 2
  21. end_of_line = crlf
  22. insert_final_newline = false
  23.  
  24. [*.rc]
  25. charset = latin1
  26. end_of_line = crlf
  27.