ratatui/.editorconfig

12 lines
149 B
INI
Raw Normal View History

# configuration for https://editorconfig.org
root = true
[*.rs]
indent_style = space
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2