client init

This commit is contained in:
Oleksandr Honcharov
2025-02-10 13:55:25 +02:00
parent b6ec8de3ba
commit 64c7a49a00
37 changed files with 907 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true