Skip to content

Instantly share code, notes, and snippets.

@allysonsilva
Created December 26, 2017 00:16
Show Gist options
  • Save allysonsilva/6f39ab117ec66433ce4dcaebba9f7bb9 to your computer and use it in GitHub Desktop.
Save allysonsilva/6f39ab117ec66433ce4dcaebba9f7bb9 to your computer and use it in GitHub Desktop.
[.editorconfig]
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{php,blade.php}]
indent_style = space
indent_size = 4
[{.eslintrc.json,.babelrc,package.json,composer.json,jsconfig.json}]
indent_style = space
indent_size = 2
[*.md]
max_line_length = off
insert_final_newline = false
trim_trailing_whitespace = false
[**.min.css]
indent_style = ignore
insert_final_newline = ignore
[**.min.js]
indent_style = ignore
insert_final_newline = ignore
[**/public/**]
indent_style = ignore
insert_final_newline = ignore
[public/*.scss]
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment