Skip to content

Instantly share code, notes, and snippets.

@dragol7
Last active May 11, 2017 11:05
Show Gist options
  • Save dragol7/5717ec27c7354794600c37908cae2355 to your computer and use it in GitHub Desktop.
Save dragol7/5717ec27c7354794600c37908cae2355 to your computer and use it in GitHub Desktop.
.editorconfig file example
# top-most .editconfig file
root = true
[*.php]
# set default charset
charset = utf-8
# 4 space indentation
indent_style = space
indent_size = 4
# unix-style newlines
end_of_line = lf
# add newline ending for every file
insert_final_newline = true
# remove any whitespace characters
# preceding newline characters
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment