Skip to content

Instantly share code, notes, and snippets.

@ggagosh
Created May 6, 2017 20:31
Show Gist options
  • Save ggagosh/dd3b939d6f3bb55011e4986b8f77647b to your computer and use it in GitHub Desktop.
Save ggagosh/dd3b939d6f3bb55011e4986b8f77647b to your computer and use it in GitHub Desktop.
.editorconfig files for Symfony project
# Symfony editor configuration normalization
# @see http://editorconfig.org/
; top-most EditorConfig file
root = true
; Unix-style newlines
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.{php,js}]
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment