allow c and c++ style comments anywhere whitespace is legal
This commit is contained in:
parent
d2950ab8c7
commit
e3c883457f
3 changed files with 271 additions and 4 deletions
|
@ -3,5 +3,6 @@
|
|||
escape_forward_slash = false,
|
||||
explicit_end = false,
|
||||
single_quotes = false,
|
||||
no_jsonp_escapes = false
|
||||
no_jsonp_escapes = false,
|
||||
comments = false
|
||||
}).
|
Loading…
Add table
Add a link
Reference in a new issue