example windows on V

This commit is contained in:
2023-07-02 19:40:27 +03:00
parent 13b5d6dbdd
commit c22309081a
6 changed files with 165 additions and 0 deletions
+5
View File
@@ -30,6 +30,11 @@ indent_size = 2
indent_style = space
indent_size = 4
# V
[*.v]
indent_style = tab
indent_size = 4
# JavaScript
[*.js]
indent_style = space