Archived
1
This commit is contained in:
2024-12-19 18:48:26 +03:00
commit 2186f92263
32 changed files with 1498 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
root = true
[*.{sh,yml}]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
[*.sh]
indent_size = 4
max_line_length = 80
[*.yml]
indent_size = 2
max_line_length = 80