dls v0.1.2 (2018-03-24T18:04:37Z)
Dub
Repo
Formatter
dls
tools
formatter
Undocumented in source.
class
Formatter :
Tool
{
import
dls
.
protocol
.
interfaces
:
FormattingOptions
;
;
class
Uri
via
import
dls
.
util
.
uri
:
Uri
;
;
auto
format
(Uri uri, FormattingOptions options);
}
Members
Functions
format
auto
format
(Uri uri, FormattingOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Tool
_configuration
Configuration
_configuration
;
Undocumented in source.
configuration
Configuration
configuration
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dls
tools
formatter
classes
Formatter