1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-07 21:47:02 +09:00

add editorconfig

This commit is contained in:
Kim, Jimin 2023-07-27 11:29:23 +09:00
parent 996d4216bd
commit 2a08985d6b
Signed by: pomp
GPG key ID: CE1DDB8A4A765403

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
# https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,ts,jsx,tsx}]
indent_style = tab
indent_size = 4