Skip to content

end_of_line = lf prevents the entire .editorconfig from loading #380

@nonk123

Description

@nonk123

Sample file:

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space

Running editorconfig-apply and checking editorconfig-display-current-properties produces a buffer with just this comment:

# EditorConfig for c:/Users/Administrator/AppData/Roaming/.emacs.d/.editorconfig

The following config (without end_of_line) applies properly though:

root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
# EditorConfig for c:/Users/Administrator/AppData/Roaming/.emacs.d/.editorconfig
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space

Any ideas? end_of_line = lf is in the first codeblock on the editorconfig website, so I would assume it's a correct example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions