add humans.txt
This commit is contained in:
parent
d42aa4202d
commit
5de70d2cf0
@ -1,6 +1,7 @@
|
|||||||
# EditorConfig is awesome: https://EditorConfig.org
|
# EditorConfig is awesome: https://EditorConfig.org
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
|
# for all projects
|
||||||
[*]
|
[*]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
@ -9,26 +10,35 @@ charset = utf-8
|
|||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
# Python
|
||||||
[*.py]
|
[*.py]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
# Crystal
|
||||||
[*.cr]
|
[*.cr]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.js]
|
# Web Sites
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
|
||||||
|
|
||||||
[{*.html,*.css,*.json}]
|
[{*.html,*.css,*.json}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[humans.txt]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
# Other
|
||||||
[Makefile]
|
[Makefile]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
# JavaScript
|
||||||
|
[*.js]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
[package.json]
|
[package.json]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
10
Web/humans.txt
Normal file
10
Web/humans.txt
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user