mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-07 21:47:02 +09:00
11 lines
146 B
INI
11 lines
146 B
INI
# https://EditorConfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.{js,ts,jsx,tsx}]
|
|
indent_style = tab
|
|
indent_size = 4
|