CodeFormatter
Code formatter
Operations
Format
method : public : native : Format(source:String, is_color:Bool) ~ String
Parameters
Name | Type | Description |
---|---|---|
source | String | source code |
is_color | Bool | true for ascii color formtting, false otherwise |
Return
Type | Description |
---|---|
String | formatter code |
New
Constructor
New(options:Map<String,String>)
Parameters
Name | Type | Description |
---|---|---|
options | Map<String,String> | options Support for following options:
|