Initial commit

This commit is contained in:
2025-11-19 01:24:35 +03:00
commit 469879cfd9
6 changed files with 172 additions and 0 deletions

35
.editorconfig Normal file
View File

@@ -0,0 +1,35 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab
[.bumpversion.cfg]
indent_style = tab
[*.{py,rst,ini}]
indent_size = 4
indent_style = space
[*.{html,css,json,yml}]
indent_size = 2
indent_style = space
[*.md]
trim_trailing_whitespace = false
[*.txt]
trim_trailing_whitespace = false
[nginx.conf]
indent_size = 2
indent_style = space