Skip to content

Instantly share code, notes, and snippets.

@rikwatson
Last active October 30, 2018 10:26
Show Gist options
  • Save rikwatson/03b1567549cbcd6e8988c860ecbf862d to your computer and use it in GitHub Desktop.
Save rikwatson/03b1567549cbcd6e8988c860ecbf862d to your computer and use it in GitHub Desktop.
An .editorconfig file
# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.html]
insert_final_newline = false
[*.md]
trim_trailing_whitespace = false
max_line_length = off
@rikwatson
Copy link
Author

From here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment