first version of the util

This commit is contained in:
Bruno Carlin 2024-12-25 04:11:32 +01:00
commit 0db8655af4
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D
8 changed files with 358 additions and 0 deletions

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.v]
indent_style = tab