Skip to content

Instantly share code, notes, and snippets.

@kosmala007
Last active March 20, 2020 08:24
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 kosmala007/09929d382b4dffdde6aa72ebb982dc97 to your computer and use it in GitHub Desktop.
Save kosmala007/09929d382b4dffdde6aa72ebb982dc97 to your computer and use it in GitHub Desktop.
Editorconfig file compatible with Symfony and PSR
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{js,twig,css,scss,less,md,pug,html,html.php}]
indent_size = 2
[*.php]
max_line_length = 120
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment