AutoYADM commit: 2025-05-23 19:18:07
This commit is contained in:
parent
aac2f18b60
commit
40b5c2d29a
4 changed files with 35 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
config##hostname.dpad
|
config##hostname.dbox
|
|
@ -1 +1 @@
|
||||||
kitty.conf##hostname.dpad
|
kitty.conf##hostname.dbox
|
|
@ -72,3 +72,4 @@
|
||||||
.config/nvchecker
|
.config/nvchecker
|
||||||
.config/kak
|
.config/kak
|
||||||
.config/kak-tree-sitter
|
.config/kak-tree-sitter
|
||||||
|
.editorconfig
|
||||||
|
|
32
.editorconfig
Normal file
32
.editorconfig
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue