Initial path matching

This commit is contained in:
2025-05-03 02:48:28 -07:00
commit 20bf33fa05
7 changed files with 796 additions and 0 deletions

9
.editorconfig Normal file
View File

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