mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2024-11-14 19:25:32 -05:00
15 lines
212 B
INI
15 lines
212 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.json,*.json5]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.{js}]
|
|
indent_style = space
|