config/editorconfig/.editorconfig

17 lines
178 B
INI
Raw Normal View History

2019-11-30 16:21:07 +00:00
root = true
2018-12-12 03:50:31 +00:00
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
[*.{yaml,yml}]
indent_size = 2
2024-05-06 01:41:46 +00:00
[*.{html}]
indent_size = 2