1
0
mirror of https://github.com/go-task/task.git synced 2025-07-17 01:43:07 +02:00
Files
task/.editorconfig
Valentin Maerten 9d67d2688d apply prettier
2025-04-22 14:09:32 +02:00

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,css,svg,sh,bash,fish,tsx}]
indent_style = space
indent_size = 2