Code style issues fixed

This commit is contained in:
Ilya Lakhin
2020-07-29 20:17:18 +07:00
parent a856a8bbcb
commit 8fc16b40e6
3 changed files with 22 additions and 21 deletions

View File

@@ -32,7 +32,7 @@ only_i64 = [] # set INT=i64 (default) and disable support for all other in
no_index = [] # no arrays and indexing
no_object = [] # no custom objects
no_function = [] # no script-defined functions
no_closures = [] # no automatic read/write binding of anonymous function's local variables to it's external context
no_capture = [] # no automatic read/write binding of anonymous function's local variables to it's external context
no_module = [] # no modules
internals = [] # expose internal data structures
unicode-xid-ident = ["unicode-xid"] # allow Unicode Standard Annex #31 for identifiers.