add indent_style to another property

This commit is contained in:
2025-03-13 15:24:19 +01:00
parent 11eba2386c
commit d2fb059af6

View File

@@ -7,6 +7,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
[*.{c,h,cpp,hpp,rs}]
indent_style = space
indent_size = 4
[makefile]