feat: Introducing telephony module (#24032)

This commit is contained in:
Leela vadlamudi
2020-12-01 13:04:53 +05:30
committed by GitHub
parent ad57eef40c
commit a3845a95ed
21 changed files with 391 additions and 8 deletions

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
# Root editor config file
root = true
# Common settings
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
# python, js indentation settings
[{*.py,*.js}]
indent_style = tab
indent_size = 4