Edit indentation style

This commit is contained in:
Paul Nicoué 2022-09-09 15:19:54 +02:00
parent d916cac8c9
commit 9fc5497f33
21 changed files with 14837 additions and 14840 deletions

View file

@ -2,7 +2,7 @@ root = true
[*]
charset = utf-8
indent_style = tab
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
@ -11,6 +11,3 @@ insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.{yaml,yml}]
indent_style = space