Initial commit

This commit is contained in:
Piotr Dec 2024-06-08 02:39:04 +02:00
commit fbbb5b129a
Signed by: stawros
GPG key ID: F89F27AD8F881A91
3 changed files with 9 additions and 0 deletions

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* text eol=lf

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.idea/