mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
13 lines
176 B
INI
13 lines
176 B
INI
root = true
|
|
|
|
[*]
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = false
|
|
|
|
# for ESLint
|
|
[*.js]
|
|
end_of_line = lf
|
|
|
|
[*.{js,json,css,html}]
|
|
indent_style = space
|
|
indent_size = 4 |