Skip to content

Instantly share code, notes, and snippets.

@eleazarbr
Last active August 23, 2018 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eleazarbr/fbd4ca0096ea97e229686f902e541319 to your computer and use it in GitHub Desktop.
Save eleazarbr/fbd4ca0096ea97e229686f902e541319 to your computer and use it in GitHub Desktop.
# indicate this is the root of the project
root = true
###########################################################
; common
###########################################################
[*]
charset = utf-8
end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true
###########################################################
; php
###########################################################
[*.php]
indent_style = tab
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment