Skip to content

Instantly share code, notes, and snippets.

@yamafaktory
Created December 14, 2014 14:53
Show Gist options
  • Save yamafaktory/b5b17b31ae446b97dde7 to your computer and use it in GitHub Desktop.
Save yamafaktory/b5b17b31ae446b97dde7 to your computer and use it in GitHub Desktop.
# top-most EditorConfig file
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
indent_size = 4
[*.js]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment