Skip to content

Instantly share code, notes, and snippets.

@brandonjyee
Created May 1, 2018 15:14
Show Gist options
  • Save brandonjyee/9f3872fd0b84d6323026f4e3c0f1bed0 to your computer and use it in GitHub Desktop.
Save brandonjyee/9f3872fd0b84d6323026f4e3c0f1bed0 to your computer and use it in GitHub Desktop.
Sample config file for VSC EditorConfig extension
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment