sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
Config
format
config
Undocumented in source.
struct
Config {
uint
pageWidth
;
uint
indentationSize
;
bool
useTabs
;
import
config
.
value
;
;
void
extends
(Value add);
}
Members
Functions
extends
void
extends
(Value add)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
indentationSize
uint
indentationSize
;
Undocumented in source.
pageWidth
uint
pageWidth
;
Undocumented in source.
useTabs
bool
useTabs
;
Undocumented in source.
Meta
Source
See Implementation
format
config
structs
Config