takenspc/gulp-convert-newline

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# http://editorconfig.org
root = true

[*]
# charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 4
insert_final_newline = false
trim_trailing_whitespace = true

[*.js]
charset = utf-8

[lf.txt]
end_of_line = lf

[cr.txt]
end_of_line = cr

[crlf.txt]
end_of_line = crlf

[*.{yml,json}]
indent_style = space
indent_size = 2

[.eslintrc]
indent_style = space
indent_size = 2


[*.md]
trim_trailing_whitespace = false