Skip to content

Instantly share code, notes, and snippets.

@vlrmprjct
Created October 15, 2018 07:12
Show Gist options
  • Select an option

  • Save vlrmprjct/dccbfe3130d096918836e7a713fbdd0a to your computer and use it in GitHub Desktop.

Select an option

Save vlrmprjct/dccbfe3130d096918836e7a713fbdd0a to your computer and use it in GitHub Desktop.
editorconfig #editorconfig #indention #code
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,jsx,ts,tsx,vue,json}]
indent_size = 4
[*.{css,styl,scss,less,sass}]
indent_size = 4
[*.html]
indent_size = 4
[*.yml]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment