mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
feat: repell some pests
This commit is contained in:
parent
baa126c4ae
commit
6435e11ccd
14 changed files with 8065 additions and 0 deletions
12
pests-repellent/.editorconfig
Normal file
12
pests-repellent/.editorconfig
Normal file
|
@ -0,0 +1,12 @@
|
|||
# http://editorconfig.org
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.yml]
|
||||
indent_style = space
|
Loading…
Add table
Add a link
Reference in a new issue