- Notifications
You must be signed in to change notification settings - Fork108
Closed
Description
Git supports checking files out with native line endings.
You can specify this per file type, as well, using a.gitattributes
file:
* text=auto
I would like to be able to support this similarly in my .editorconfig files.
I recommend adding an optionnative
toend_of_line
, indicating that the file should be forced to use native line endings:
[*]end_of_line = native
Want to back this issue?Post a bounty on it! We accept bounties viaBountysource.
Metadata
Metadata
Assignees
Labels
No labels