editorconfig.enable
Whether to enable EditorConfig home configuration file.
Type: boolean
Default:
false
Example:
true
Declared by:
editorconfig.settings
Configuration written to $HOME/.editorconfig.
root = true is automatically added to the file,
it must not be added here.
See https://editorconfig.org for documentation.
Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default:
{ }
Example:
{
"*" = {
charset = "utf-8";
end_of_line = "lf";
trim_trailing_whitespace = true;
insert_final_newline = true;
max_line_width = 78;
indent_style = "space";
indent_size = 4;
};
};
Declared by: