From 5de70d2cf00319405fc03d749a6a3d4eae6e178d Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 27 Aug 2021 21:26:41 +0300 Subject: [PATCH] add humans.txt --- .editorconfig | 18 ++++++++++++++---- Web/humans.txt | 10 ++++++++++ 2 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 Web/humans.txt diff --git a/.editorconfig b/.editorconfig index a254f61..005d2d3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,7 @@ # EditorConfig is awesome: https://EditorConfig.org root = true +# for all projects [*] indent_style = space indent_size = 4 @@ -9,26 +10,35 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +# Python [*.py] indent_style = space indent_size = 4 +# Crystal [*.cr] indent_style = space indent_size = 2 -[*.js] -indent_style = space -indent_size = 2 - +# Web Sites [{*.html,*.css,*.json}] indent_style = tab indent_size = 4 +[humans.txt] +indent_style = tab +indent_size = 2 + +# Other [Makefile] indent_style = tab indent_size = 4 +# JavaScript +[*.js] +indent_style = space +indent_size = 2 + [package.json] indent_style = space indent_size = 2 diff --git a/Web/humans.txt b/Web/humans.txt new file mode 100644 index 0000000..b14c3ea --- /dev/null +++ b/Web/humans.txt @@ -0,0 +1,10 @@ +/* SITE */ +Last Updated: Thu Jul 21 01:00 AM MSK 2021 +Components: Null + +/* TEAM */ +Chef: Alexander Popov +Contacts: iiiypuk [at] iiiypuk.me +Twitter: @_iiiypuk +Ko-Fi: iiiypuk +From: Russia