root = true

[**]
insert_final_newline = true
trim_trailing_whitespace = true

[LICENSE]
charset = utf-8

[**.json]
charset = utf-8
indent_style = tab
indent_size = 4

[**.js]
charset = utf-8
indent_style = tab
indent_size = 4

[**.ts]
charset = utf-8
indent_style = tab
indent_size = 4

[**.jsx]
charset = utf-8
indent_style = tab
indent_size = 4

[**.tsx]
charset = utf-8
indent_style = tab
indent_size = 4

[**.less]
charset = utf-8
indent_style = tab
indent_size = 4

[**.yml]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf

[**.yaml]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf

[**.txt]
charset = utf-8

[**.md]
charset = utf-8

[**.bat]
end_of_line = crlf

[**.sh]
end_of_line = lf