blob: 00ea2416ec06a6165704dce50c2c51db35273b7a [file] [log] [blame]
# See http://editorconfig.org for more info.
# This is the root-level config file.
root = true
[*.py]
indent_style = space
indent_size = 4
[*.rst]
indent_style = space
indent_size = 2
[*.sh]
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab