Small refactorings for client.
This commit is contained in:
parent
4e6a49b0f5
commit
001fe270c1
8 changed files with 269 additions and 183 deletions
10
2024/08/chat_demo1/.editorconfig
Normal file
10
2024/08/chat_demo1/.editorconfig
Normal file
|
@ -0,0 +1,10 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = false
|
||||
max_line_length = 120
|
||||
tab_width = 2
|
Loading…
Add table
Add a link
Reference in a new issue