1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00
Files
task/.editorconfig

14 lines
238 B
INI
Raw Permalink Normal View History

2017-02-26 20:14:36 -03:00
# editorconfig.org
root = true
[*]
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
2024-12-30 14:36:44 -03:00
[*.{md,mdx,yml,yaml,json,toml,htm,html,js,ts,css,svg,sh,bash,fish}]
2017-02-26 20:14:36 -03:00
indent_style = space
2017-02-28 09:14:11 -03:00
indent_size = 2