Skip to content

Instantly share code, notes, and snippets.

@SimonJang
Forked from ntourne/.editconfig
Last active January 20, 2021 07:16
Show Gist options
  • Save SimonJang/b57547d54d01bf2d9e692e52f8c15e45 to your computer and use it in GitHub Desktop.
Save SimonJang/b57547d54d01bf2d9e692e52f8c15e45 to your computer and use it in GitHub Desktop.
Basic setup of .editorconfig
# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment