react/.editorconfig

14 lines
207 B
INI
Raw Normal View History

2013-05-30 03:46:11 +08:00
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
max_line_length = 80
2013-05-30 03:46:11 +08:00
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false