rustypaste/.editorconfig

12 lines
148 B
INI
Raw Permalink Normal View History

2023-06-30 22:21:02 +00:00
# configuration for https://editorconfig.org
root = true
[*.rs]
indent_style = space
indent_size = 4
[*.sh]
indent_style = space
indent_size = 2