0
Fork 0
mirror of https://github.com/sindresorhus/execa synced 2026-05-05 14:47:24 +02:00
gh-sindresorhus-execa/.editorconfig
Sindre Sorhus c0fc20cd12 Meta tweaks
2017-06-09 23:40:04 +02:00

12 lines
175 B
INI

root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space
indent_size = 2