mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
cgen: print bool and string correctly in struct
This commit is contained in:
parent
50d5e23694
commit
4aedef367c
3 changed files with 8 additions and 1 deletions
|
@ -17,5 +17,8 @@ indent_size = 2
|
|||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.txt]
|
||||
insert_final_newline = false
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue