Skip to content

Instantly share code, notes, and snippets.

@eliashaeussler
Created May 10, 2018 22:29
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 eliashaeussler/66eedff975cd61362b2eacfeba22ed55 to your computer and use it in GitHub Desktop.
Save eliashaeussler/66eedff975cd61362b2eacfeba22ed55 to your computer and use it in GitHub Desktop.
Editorconfig for Frontend projects
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,scss,html}]
charset = utf-8
indent_style = space
indent_size = 2
[*.php]
indent_style = space
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment