1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00
Files
task/.editorconfig

15 lines
199 B
INI
Raw 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
2017-02-28 09:14:11 -03:00
[*.{md,yml}]
2017-02-26 20:14:36 -03:00
indent_style = space
2017-02-28 09:14:11 -03:00
indent_size = 2