Skip to content

Instantly share code, notes, and snippets.

@kas-cor
Created August 8, 2019 09:59
Show Gist options
  • Save kas-cor/fb88b36f4abf17c6e3d441a49b207e5f to your computer and use it in GitHub Desktop.
Save kas-cor/fb88b36f4abf17c6e3d441a49b207e5f to your computer and use it in GitHub Desktop.
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = false
max_line_length = 120
tab_width = 4
[*.less]
indent_size = 2
[*.sass]
indent_size = 2
[*.scss]
indent_size = 2
[{*.cjsx,*.coffee}]
indent_size = 2
tab_width = 2
[{*.yml,*.yaml}]
indent_size = 2
[{.prettierrc,.stylelintrc,.eslintrc,.babelrc,jest.config,*.json,*.bowerrc,*.jsb3,*.jsb2}]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment