fixed problem with lan and dial

This commit is contained in:
2021-06-27 12:11:48 +03:00
parent 50a68be7c6
commit d301c75787
142 changed files with 64 additions and 25 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false