1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vdoc: refactor theme files (#19024)

This commit is contained in:
Turiiya
2023-08-02 09:46:18 +02:00
committed by GitHub
parent 43800a05e8
commit 6b978a6b5a
11 changed files with 815 additions and 830 deletions

View File

@@ -6,7 +6,7 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.v]
[*.{v,js,css}]
indent_style = tab
[*.{bat,cmd}]