mirror of
https://github.com/LewdLeah/Auto-Cards.git
synced 2025-07-13 08:01:51 -04:00
12 lines
No EOL
220 B
INI
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 |