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

cgen: print bool and string correctly in struct

This commit is contained in:
Daniel Däschle
2020-04-07 17:52:15 +02:00
committed by GitHub
parent 50d5e23694
commit 4aedef367c
3 changed files with 8 additions and 1 deletions

View File

@@ -17,5 +17,8 @@ indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.txt]
insert_final_newline = false
[Makefile]
indent_style = tab