Advertisement
rdsedmundo

.editorconfig

Jan 15th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ; http://editorconfig.org
  2.  
  3. root = true
  4.  
  5. [*]
  6. indent_style = space
  7. indent_size = 2
  8. end_of_line = lf
  9. charset = utf-8
  10. trim_trailing_whitespace = true
  11. insert_final_newline = true
  12.  
  13. [Makefile]
  14. indent_style = tab
  15. indent_size = 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement