Skip to content

Instantly share code, notes, and snippets.

@matsuoshi
Forked from tam-matsuo/.editorconfig
Last active October 19, 2017 01:56
Show Gist options
  • Select an option

  • Save matsuoshi/542b937f0b184d19b0243adaa97e6b81 to your computer and use it in GitHub Desktop.

Select an option

Save matsuoshi/542b937f0b184d19b0243adaa97e6b81 to your computer and use it in GitHub Desktop.
.editorconfig
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[**.{php,json,xml,md}]
indent_size = 4
[**.blade.php]
indent_size = 2
[**.{md,scss}]
trim_trailing_whitespace = false
[{node_modules,vendor,bower_components}/**]
indent_style = ignore
indent_size = ignore
end_of_line = ignore
charset = ignore
trim_trailing_whitespace = ignore
insert_final_newline = ignore
spaces_around_operators = ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment