add webmanifest

This commit is contained in:
2023-04-30 15:30:09 +03:00
parent 28adc41ca4
commit f67def6a8d
10 changed files with 22 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ insert_final_newline = true
indent_style = space
indent_size = 2
[{*.html,*.css,*.json}]
[{*.html,*.css,*.json,*.webmanifest}]
indent_style = tab
indent_size = 4
@@ -20,6 +20,10 @@ indent_size = 4
indent_style = space
indent_size = 2
[*.webmanifest]
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false