Skip to content

Instantly share code, notes, and snippets.

@geekish
Created January 15, 2020 00:55
Show Gist options
  • Save geekish/65253357fb33c26a6f2ca1ae5426c4dc to your computer and use it in GitHub Desktop.
Save geekish/65253357fb33c26a6f2ca1ae5426c4dc to your computer and use it in GitHub Desktop.
My editorconfig used in 99% of PHP/Laravel projects.
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.php]
indent_size = 4
[*.blade.php]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment