This repository has been archived on 2021-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
parse-glob/.editorconfig
jonschlinkert 6f478f9e37 run update
2015-03-04 16:45:28 -05:00

27 lines
424 B
INI

# http://editorconfig.org
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false
[test/fixtures/*]
trim_trailing_whitespace = false
insert_final_newline = false