sindresorhus / editorconfig-sublime

Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
MIT License
1.77k stars 108 forks source link

Files get edited when preview #18

Closed jackysee closed 10 years ago

jackysee commented 10 years ago

When previewing a file in command palette (Ctrl-P) without opening it, it seems that when the file doesn't conform to some editorconfig rules, it would directly pop open the file and indicating that the file is edited.

Can I have the file modified only when I open it up and save?

In my case when I config end_of_line = lf but preview a file with crlf line end, it would pop open and edited the file's line end.

TooBug commented 10 years ago

any update?

sindresorhus commented 10 years ago

@xaka @aksyonov thoughts?