mirror of
https://github.com/go-task/task.git
synced 2025-10-08 23:02:02 +02:00
Co-authored-by: Pete Davison <pd93.uk@outlook.com> Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>
14 lines
242 B
INI
14 lines
242 B
INI
# editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
indent_style = tab
|
|
|
|
[*.{md,mdx,yml,yaml,json,toml,htm,html,js,ts,vue,css,svg,sh,bash,fish}]
|
|
indent_style = space
|
|
indent_size = 2
|