github-pages-deploy-action/node_modules/is-arrayish/.editorconfig

19 lines
264 B
INI
Raw Normal View History

2020-01-28 13:08:03 +08:00
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2020-03-07 11:45:40 +08:00
[*.coffee]
2020-01-28 13:08:03 +08:00
indent_style = space
2020-03-07 11:45:40 +08:00
[{package.json,*.yml}]
indent_style = space
indent_size = 2
2020-01-28 13:08:03 +08:00
2020-03-07 11:45:40 +08:00
[*.md]
trim_trailing_whitespace = false