-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
Sample file:
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = spaceRunning editorconfig-apply and checking editorconfig-display-current-properties produces a buffer with just this comment:
# EditorConfig for c:/Users/Administrator/AppData/Roaming/.emacs.d/.editorconfigThe 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 = spaceAny 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
Labels
No labels