Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. # editorconfig.org
  2. root = true
  3.  
  4. [*.css]
  5. indent_style = space
  6. indent_size = 2
  7. end_of_line = lf
  8. charset = utf-8
  9. insert_final_newline = true
  10. trim_trailing_whitespace = true
  11.  
  12. [*.styl]
  13. indent_style = tab
  14. indent_size = 4
  15. end_of_line = lf
  16. charset = utf-8
  17. insert_final_newline = true
  18. trim_trailing_whitespace = true
  19.  
  20. [*.json]
  21. indent_style = space
  22. indent_size = 2
  23. end_of_line = lf
  24. charset = utf-8
  25. insert_final_newline = true
  26. trim_trailing_whitespace = true
  27.  
  28. [*.{js,jsx}]
  29. indent_style = tab
  30. indent_size = 4
  31. end_of_line = lf
  32. charset = utf-8
  33. insert_final_newline = true
  34. trim_trailing_whitespace = true
Add Comment
Please, Sign In to add comment