Files
styled-components/.editorconfig
Yuta Hiroto a47dff5db2 Add editorconfig (#30)
* Add editorconfig

* No need to treat markdown specially
2016-09-30 17:48:31 +02:00

10 lines
147 B
INI

root = true
[*]
charset = utf-8
indent_size = 2
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true