mirror of
https://github.com/shelljs/shelljs.git
synced 2026-01-18 16:03:37 +00:00
* chore(changelog): add scripts * docs(release): update release docs * chore(editorconfig): add config * docs(changelog): updated by levithomason
15 lines
219 B
INI
15 lines
219 B
INI
# editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{md,markdown}]
|
|
trim_trailing_whitespace = false
|