mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 07:32:19 -05:00
* 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>
8 lines
99 B
INI
8 lines
99 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 2
|