taskwarrior-tui/.editorconfig
Dheepak Krishnamurthy 83c3eb7048 feat: Add .editorconfig
2023-08-29 00:02:41 -04:00

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