Skip to content

Commit 227ccbb

Browse files
committed
Refresh repo
1 parent 9b9a627 commit 227ccbb

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-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-2021 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

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Data Driven Programming
2+
3+
[Задать вопрос](https://github.com/HowProgrammingWorks/LiveQA/discussions/categories/q-a)
4+
25
[![Реактивное программирование](https://img.youtube.com/vi/7MH8-qQc-48/0.jpg)](https://www.youtube.com/watch?v=7MH8-qQc-48)

0 commit comments

Comments
 (0)