Minor update to .editorconfig

This commit is contained in:
Oleg Kalachev 2024-05-02 21:22:13 +03:00
parent 6392c4a97a
commit a383c83a29

View File

@ -10,6 +10,6 @@ indent_style = tab
tab_width = 4
trim_trailing_whitespace = true
[*.yml]
[{*.yml,*.yaml,CMakeLists.txt}]
indent_style = space
indent_size = 2