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

cgen: enum str()

This commit is contained in:
Daniel Däschle
2020-04-08 15:54:38 +02:00
committed by GitHub
parent 1388532bd4
commit 6bba7d4e3a
10 changed files with 127 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.txt]
[*.{txt,out}]
insert_final_newline = false
[Makefile]