This commit is contained in:
2025-11-25 15:45:35 +01:00
committed by Dean J. Karstedt
parent 4c9c41b86a
commit 76402e6f2f
14 changed files with 1357 additions and 0 deletions

9
.editorconfig Normal file
View File

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