Skip to content

Instantly share code, notes, and snippets.

@isuzuki
Last active August 8, 2017 11:11
Show Gist options
  • Save isuzuki/7f080ae0b0aefd55765806fc94aacb22 to your computer and use it in GitHub Desktop.
Save isuzuki/7f080ae0b0aefd55765806fc94aacb22 to your computer and use it in GitHub Desktop.
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,css,scss}]
indent_size = 2
[package.json]
indent_size = 2
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment