mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
11 lines
149 B
INI
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
|