Skip to content

Instantly share code, notes, and snippets.

@dragoljub-bogicevic-devtech
Created April 23, 2017 20:01
Show Gist options
  • Save dragoljub-bogicevic-devtech/8dd9aa5875a75455d8f869bb24ea8b08 to your computer and use it in GitHub Desktop.
Save dragoljub-bogicevic-devtech/8dd9aa5875a75455d8f869bb24ea8b08 to your computer and use it in GitHub Desktop.
.editconfig
# top-most .editconfig file
root = true
[*.php]
# set default charset
charset = utf-8
# 4 space indentation
indent_style = space
ident_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