Guest User

Untitled

a guest
Dec 15th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. root = true
  2.  
  3. [*]
  4. indent_style = space
  5. indent_size = 4
  6. end_of_line = lf
  7. charset = utf-8
  8. trim_trailing_whitespace = true
  9. insert_final_newline = false
  10.  
  11. [*.{vue,js,scss,less}]
  12. charset = utf-8
  13. indent_style = space
  14. indent_size = 2
  15. end_of_line = lf
  16. insert_final_newline = true
  17. trim_trailing_whitespace = true
  18.  
  19. [*.md]
  20. trim_trailing_whitespace = false
Add Comment
Please, Sign In to add comment