Fix indentation

This commit is contained in:
Andrea Cavalli 2024-05-24 12:10:34 +02:00
parent ac474aacbd
commit 7b920dd6a9
5 changed files with 144 additions and 140 deletions

View File

@ -4,8 +4,12 @@ root = true
[*]
charset = utf-8
indent_style = space
indent_style = tab
indent_size = 2
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
[*.css]
indent_style = space
indent_size = 4