AutoYADM commit: 2025-05-23 19:18:07

This commit is contained in:
Daniel Fichtinger 2025-05-23 19:18:07 -04:00
parent aac2f18b60
commit 40b5c2d29a
4 changed files with 35 additions and 2 deletions

View file

@ -1 +1 @@
config##hostname.dpad
config##hostname.dbox

View file

@ -1 +1 @@
kitty.conf##hostname.dpad
kitty.conf##hostname.dbox

View file

@ -72,3 +72,4 @@
.config/nvchecker
.config/kak
.config/kak-tree-sitter
.editorconfig

32
.editorconfig Normal file
View file

@ -0,0 +1,32 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_training_whitespace = true
indent_style=space
indent_size=4
[*.py]
indent_style = space
indent_size = 4
[*.go]
indent_style = tab
[*md]
trim_trailing_whitespace = false
insert_final_newline = true
indent_style = space
indent_size = 2
[*yml]
indent_style = space
indent_size = 2
[*typ]
indent_style = space
indent_size = 2
[*fish]
indent_style = space
indent_size = 4