lotine/.editorconfig
Shinwoo PARK 6c97c5927c feat: initialize react router project
initialized with `create-vite@latest --template react-ts`, replaced eslint with biome, added tailwindcss & react-router
2025-02-28 08:43:14 +00:00

8 lines
134 B
INI

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true