commit fbbb5b129a09fa91dda848fab89f27928ac11a8a Author: Piotr Dec Date: Sat Jun 8 02:39:04 2024 +0200 Initial commit diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..51723a2 --- /dev/null +++ b/.editorconfig @@ -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 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fcadb2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f11b75 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/