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

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