Sync from Windows

This commit is contained in:
js0ny 2024-11-20 14:27:00 +00:00
parent 8a7397c426
commit d5f8d807b9
80 changed files with 6079 additions and 5097 deletions

20
.editorconfig Normal file
View file

@ -0,0 +1,20 @@
# $DOTFILES/.editorconfig
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
indent_style = space
indent_size = 2
[*.{json,toml,js,lua,yaml,yml}]
indent_size = 2
indent_style = space