rustypaste/.editorconfig

12 lines
148 B
INI

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