ratatui/.editorconfig
2023-07-08 20:21:24 +00:00

11 lines
149 B
INI

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