dfmt v0.13.2 (2020-10-01T06:35:20Z)
Dub
Repo
StandardEditorConfigFields
dfmt
editorconfig
Undocumented in source.
mixin template
StandardEditorConfigFields () {
string
pattern
;
OptionalBoolean
root
;
EOL
end_of_line
;
OptionalBoolean
insert_final_newline
;
string
charset
;
IndentStyle
indent_style
;
int
indent_size
;
int
tab_width
;
OptionalBoolean
trim_trailing_whitespace
;
int
max_line_length
;
void
merge
(typeof(this) other, string fileName);
}
Members
Functions
merge
void
merge
(typeof(this) other, string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
charset
string
charset
;
Undocumented in source.
end_of_line
EOL
end_of_line
;
Undocumented in source.
indent_size
int
indent_size
;
Undocumented in source.
indent_style
IndentStyle
indent_style
;
Undocumented in source.
insert_final_newline
OptionalBoolean
insert_final_newline
;
Undocumented in source.
max_line_length
int
max_line_length
;
Undocumented in source.
pattern
string
pattern
;
Undocumented in source.
root
OptionalBoolean
root
;
Undocumented in source.
tab_width
int
tab_width
;
Undocumented in source.
trim_trailing_whitespace
OptionalBoolean
trim_trailing_whitespace
;
Undocumented in source.
Meta
Source
See Implementation
dfmt
editorconfig
enums
EOL
IndentStyle
OptionalBoolean
functions
getConfigFor
mixin templates
StandardEditorConfigFields
templates
FieldNameTuple