mirror of
https://github.com/tenrok/numeralize-ru.git
synced 2026-06-08 17:22:36 +03:00
14 lines
198 B
INI
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
|