Chart.js/.editorconfig
Jukka Kurkela e277aa4c1f
Destroy example charts on unmount (#8004)
* Destroy example charts on unmount
* Make scatter live
* Use spaces
2020-11-04 14:58:53 -05:00

23 lines
311 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
[*.mdx]
indent_style = space
indent_size = 2