From fbbb5b129a09fa91dda848fab89f27928ac11a8a Mon Sep 17 00:00:00 2001 From: Piotr Dec Date: Sat, 8 Jun 2024 02:39:04 +0200 Subject: [PATCH] Initial commit --- .editorconfig | 7 +++++++ .gitattributes | 1 + .gitignore | 1 + 3 files changed, 9 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes create mode 100644 .gitignore 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/