root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 160
quote_type = single
[test/*]
max_line_length = off
[LICENSE.md]
indent_size = off
[*.md]
[*.json]
[Makefile]
[CHANGELOG.md]
indent_size = 2
[LICENSE]
[coverage/**/*]
indent_style = off
indent = off
[.nycrc]
indent_style = tab