Initial commit

This commit is contained in:
2022-10-09 06:19:03 +03:30
commit bf2ab28205
27 changed files with 710 additions and 0 deletions

17
s1/.editorconfig Normal file
View File

@@ -0,0 +1,17 @@
# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80
[*.sh]
end_of_line = lf
[*.java]
indent_size = 4
max_line_length = 120