mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-10-03 14:18:45 -04:00
update to v2025
This commit is contained in:
parent
4fa109caf6
commit
3711136c66
189 changed files with 24157 additions and 4788 deletions
18
.editorconfig
Normal file
18
.editorconfig
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue