Skip to content

Instantly share code, notes, and snippets.

@thedanielforum
Created February 28, 2018 01:22
Show Gist options
  • Save thedanielforum/46179ea2cf5a39361b3186c35d7f8554 to your computer and use it in GitHub Desktop.
Save thedanielforum/46179ea2cf5a39361b3186c35d7f8554 to your computer and use it in GitHub Desktop.
ReactJS - .editorconfig
# http://EditorConfig.org
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
[*.gradle]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment