restructured and simplified favicon

This commit is contained in:
Niki Wix Skaarup 2025-04-12 20:37:40 +02:00
parent 44d5fafc66
commit 5179d87cda
Signed by: nikiskaarup
GPG key ID: FC2F1B116F6E788C
20 changed files with 388 additions and 333 deletions

View file

@ -5,26 +5,11 @@ root = true
[*]
indent_style = space
indent_size = 4
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_size = 2
trim_trailing_whitespace = false
[*.js]
indent_style = tab
[*.ts]
indent_style = tab
[*.yml]
indent_style = space
indent_size = 2
[*.json]
indent_style = space
indent_size = 2