mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-01 23:35:47 +00:00
14 lines
201 B
INI
14 lines
201 B
INI
# http://editorconfig.org
|
|
|
|
# This is the top-level config
|
|
root = true
|
|
|
|
[*]
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{js,ts}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
charset = utf-8
|