Skip to content

Commit 7f7d9dd

Browse files
committed
Refresh repo
1 parent af2d42a commit 7f7d9dd

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
end_of_line = lf
6+
charset = utf-8
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
[{*.js,*.mjs,*.ts,*.json,*.yml}]
11+
indent_size = 2
12+
indent_style = space

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2020 How.Programming.Works contributors
3+
Copyright (c) 2018-2022 How.Programming.Works contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Proxy
22

3+
[Задать вопрос](https://github.com/HowProgrammingWorks/LiveQA/discussions/categories/q-a)
4+
35
[![Использование Proxy и Symbol](https://img.youtube.com/vi/UjZjSDyi9AM/0.jpg)](https://www.youtube.com/watch?v=UjZjSDyi9AM)

0 commit comments

Comments
 (0)