Config

Configuration options for formatting

Members

Functions

initializeWithDefaults
void initializeWithDefaults()

Initializes the standard EditorConfig properties with default values that make sense for D code.

isValid
bool isValid()

Mixins

__anonymous
mixin StandardEditorConfigFields
Undocumented in source.

Variables

dfmt_align_switch_statements
OptionalBoolean dfmt_align_switch_statements;
dfmt_brace_style
BraceStyle dfmt_brace_style;
dfmt_compact_labeled_statements
OptionalBoolean dfmt_compact_labeled_statements;
dfmt_outdent_attributes
OptionalBoolean dfmt_outdent_attributes;
dfmt_selective_import_space
OptionalBoolean dfmt_selective_import_space;
dfmt_single_template_constraint_indent
OptionalBoolean dfmt_single_template_constraint_indent;
dfmt_soft_max_line_length
int dfmt_soft_max_line_length;
dfmt_space_after_cast
OptionalBoolean dfmt_space_after_cast;
dfmt_space_after_keywords
OptionalBoolean dfmt_space_after_keywords;
dfmt_space_before_function_parameters
OptionalBoolean dfmt_space_before_function_parameters;
dfmt_split_operator_at_line_end
OptionalBoolean dfmt_split_operator_at_line_end;
dfmt_template_constraint_style
TemplateConstraintStyle dfmt_template_constraint_style;

Mixed In Members

From mixin StandardEditorConfigFields

pattern
string pattern;
Undocumented in source.
root
OptionalBoolean root;
Undocumented in source.
end_of_line
EOL end_of_line;
Undocumented in source.
insert_final_newline
OptionalBoolean insert_final_newline;
Undocumented in source.
charset
string charset;
Undocumented in source.
indent_style
IndentStyle indent_style;
Undocumented in source.
indent_size
int indent_size;
Undocumented in source.
tab_width
int tab_width;
Undocumented in source.
trim_trailing_whitespace
OptionalBoolean trim_trailing_whitespace;
Undocumented in source.
max_line_length
int max_line_length;
Undocumented in source.
merge
void merge(typeof(this) other, string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta