Skip to content

Instantly share code, notes, and snippets.

@hoyangtsai
Created March 4, 2016 06:41
Show Gist options
  • Save hoyangtsai/699254da7d4426c9919b to your computer and use it in GitHub Desktop.
Save hoyangtsai/699254da7d4426c9919b to your computer and use it in GitHub Desktop.
https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
# editorconfig.org
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{js,css,html}]
indent_style = space
indent_size = 2
[*.{md,markdown}]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment