sendou.ink/.editorconfig
Remmy Cat Stock cc396b8ac1
Add configs for better support of different development environments (#1092)
* Add prettierrc and editorconfig

* Updated README with `npm run cf` steps & also a git command that will fix a line ending error

* Added reference

* Prettier ;_;

* Add gitattributes to make sure git uses core.autocrlf on windows

Co-authored-by: William Lam <w.lam@honteam.com>
2022-11-05 22:45:00 +01:00

8 lines
99 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2