update to v2025

This commit is contained in:
pluja 2024-12-09 16:29:21 +01:00
parent 4fa109caf6
commit 3711136c66
189 changed files with 24157 additions and 4788 deletions

18
.editorconfig Normal file
View file

@ -0,0 +1,18 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
max_line_length = 100
semi = false
quote_type = single
[*.{json,yaml,yml,toml,jsonc}]
quote_type = double
[*.{html,htm}]
max_line_length = 140