1
0
mirror of https://github.com/go-task/task.git synced 2025-01-18 04:59:01 +02:00
task/.editorconfig

15 lines
223 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
indent_size = 8
2018-09-23 15:31:00 -03:00
[*.{md,yml,yaml,json,toml,htm,html}]
2017-02-26 20:14:36 -03:00
indent_style = space
2017-02-28 09:14:11 -03:00
indent_size = 2