Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # top-most .editconfig file
  2. root = true
  3.  
  4. [*.php]
  5.  
  6. # set default charset
  7. charset = utf-8
  8.  
  9. # 4 space indentation
  10. indent_style = space
  11. ident_size = 4
  12.  
  13. # unix-style newlines
  14. end_of_line = lf
  15.  
  16. # add newline ending for every file
  17. insert_final_newline = true
  18.  
  19. # remove any whitespace characters
  20. # preceding newline characters
  21. trim_trailing_whitespace = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement