chore: add editorconfig in frontend
Matches indent style and size to prettier formatter
This commit is contained in:
parent
8167d7da8d
commit
5b2e101d20
7
frontend/.editorconfig
Normal file
7
frontend/.editorconfig
Normal file
@ -0,0 +1,7 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
Loading…
Reference in New Issue
Block a user