mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-10 00:31:51 +00:00
EditorConfig applies to all files, LF is enforced instead of CRLF, Prettier configuration moved to JSON, properties are inherited from EditorConfig.
8 lines
114 B
INI
Executable File
8 lines
114 B
INI
Executable File
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
charset = utf-8 |