Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # This file is for unifying the coding style for different editors and IDEs
  2. # editorconfig.org
  3.  
  4. root = true
  5.  
  6. [*.php]
  7. charset = utf-8
  8. end_of_line = lf
  9. insert_final_newline = true
  10. trim_trailing_whitespace = true
  11. indent_style = space
  12. indent_size = 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement