mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
16 lines
201 B
INI
16 lines
201 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.yml]
|
|
ident_style = tab
|
|
|
|
[*.json]
|
|
indent_size = 2
|