Skip to content

Instantly share code, notes, and snippets.

@jameslzhu
Created December 5, 2019 20:24
Show Gist options
  • Save jameslzhu/fcbc1fab740ddbc40d9b58032da45642 to your computer and use it in GitHub Desktop.
Save jameslzhu/fcbc1fab740ddbc40d9b58032da45642 to your computer and use it in GitHub Desktop.
editorconfig
# .editorconfig
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_size = 2
max_line_length = off
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment