Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. root = true
  2.  
  3. [*]
  4. end_of_line = lf
  5. insert_final_newline = true
  6. indent_style = space
  7. indent_size = 4
  8.  
  9. [*.{js,py}]
  10. charset = utf-8
  11. trim_trailing_whitespace = true
  12.  
  13. [Makefile]
  14. indent_style = tab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement