2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-07 20:59:03 +00:00
iconify-collections-json/.editorconfig
2021-09-25 14:17:12 +03:00

14 lines
195 B
INI

# editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
[*.json]
indent_style = tab