Initial setup

This commit is contained in:
Kuldeep
2026-07-23 12:10:25 +00:00
parent bd3d87e1b2
commit 2fa23beed9
13 changed files with 11375 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
max_line_length = 150
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true