Skip to content

Instantly share code, notes, and snippets.

@wanmigs
Last active October 14, 2019 02:13
Show Gist options
  • Save wanmigs/74b6b3c617a55dbbe748cb8bf04ccb07 to your computer and use it in GitHub Desktop.
Save wanmigs/74b6b3c617a55dbbe748cb8bf04ccb07 to your computer and use it in GitHub Desktop.
Editor Config
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.{vue,js,json,html,scss,blade.php,jsx,ts}]
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment