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:
parent
996d4216bd
commit
2a08985d6b
1 changed files with 11 additions and 0 deletions
11
.editorconfig
Normal file
11
.editorconfig
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue