Guest User

Untitled

a guest
Sep 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # editorconfig.org
  2.  
  3. root = true
  4.  
  5. [*]
  6. charset = utf-8
  7. indent_size = 2
  8. indent_style = space
  9. insert_final_newline = true
  10. trim_trailing_whitespace = true
  11.  
  12. [*.md]
  13. trim_trailing_whitespace = false
Add Comment
Please, Sign In to add comment