Chart.js/.editorconfig
Jukka Kurkela 33a93d976c
Add *.json to .editorconfig (#7941)
* Add *.json to .editorconfig

* Modify bundlewatch
2020-10-21 20:30:55 +03:00

19 lines
265 B
INI

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