Auto-Cards/.editorconfig
Magic 1800cafee7
init workspace
Signed-off-by: Magic <magicoflolis@tuta.io>
2025-05-24 13:26:54 -07:00

12 lines
No EOL
220 B
INI

# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
[*.{js,json,ts,tsx}]
charset = utf-8