config/editorconfig/.editorconfig

17 lines
178 B
INI

root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
[*.{yaml,yml}]
indent_size = 2
[*.{html}]
indent_size = 2