react/.editorconfig

19 lines
294 B
INI
Raw Normal View History

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