Skip to content

Instantly share code, notes, and snippets.

@viczzz
Created March 11, 2018 13:52
Show Gist options
  • Save viczzz/285f84da4b80b57ec1e8291d62744eb6 to your computer and use it in GitHub Desktop.
Save viczzz/285f84da4b80b57ec1e8291d62744eb6 to your computer and use it in GitHub Desktop.
vscode editorconfig
root = true
[*]
charset =utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment