Skip to content
Snippets Groups Projects
.editorconfig 131 B
# see http://editorconfig.org
root = true

[*]
end_of_line = lf

[*.{js,jsx}]
charset = utf-8
indent_style = space
indent_size = 2