mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-23 20:16:41 +02:00
11 lines
149 B
INI
11 lines
149 B
INI
# configuration for https://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*.rs]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|