editorconfig / editorconfig-visualstudio

EditorConfig Visual Studio Addin
http://editorconfig.org
Other
353 stars 75 forks source link

Ignore unsaved files #2

Closed karaken12 closed 12 years ago

karaken12 commented 12 years ago

Fixed an error when using unsaved files in SSDT (e.g. Schema Compare, connected SQL sessions). Just checks for the default file path ("Temp.txt") and ignores those files.

swansontec commented 12 years ago

I just released this as version 0.2.5.

karaken12 commented 12 years ago

Thanks a lot, swansontec. I'm pleased to be able to contribute to this!