mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
20 lines
336 B
INI
20 lines
336 B
INI
root = true
|
|
|
|
[*]
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = false
|
|
|
|
|
|
[*.{js,mjs,json,css,html}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
|
|
# EOL for ESLint
|
|
# newline follows Airbnb style guide
|
|
# mix of indent size between ES5 and ES6 syntax files
|
|
[*.{js,mjs}]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_size = tab_width
|