chore: add editorconfig in frontend

Matches indent style and size to prettier formatter
This commit is contained in:
sua yoo 2023-02-24 13:04:11 -08:00
parent 8167d7da8d
commit 5b2e101d20
No known key found for this signature in database
GPG Key ID: 5AD1B4C02D4F0567

7
frontend/.editorconfig Normal file
View File

@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2