2
0
mirror of https://github.com/tenrok/numeralize-ru.git synced 2026-06-08 17:22:36 +03:00
Files
numeralize-ru/.editorconfig
T
anotherpit add510b5c8 1.0.0
2016-03-31 04:04:29 +03:00

14 lines
198 B
INI

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