Package setup, parser and a utility function

This commit is contained in:
Kuldeep
2026-01-03 04:48:14 +00:00
parent fd22e62079
commit 0026a2960f
16 changed files with 5903 additions and 0 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true