Files
react/.editorconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
229 B
INI
Raw Normal View History

# https://editorconfig.org
2013-05-29 12:46:11 -07: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-29 12:46:11 -07:00
[*.md]
2014-01-07 20:46:46 -08:00
max_line_length = 0
[COMMIT_EDITMSG]
max_line_length = 0