1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-16 13:08:14 +01:00
devicon/.editorconfig

15 lines
201 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
[**.json]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[**.svg]
trim_trailing_whitespace = false