jamesmontemagno / SettingsPlugin

Read and Write Settings Plugin for Xamarin and Windows
MIT License
324 stars 80 forks source link

Make Settings.cs partial class? #55

Closed daffodilistic closed 7 years ago

daffodilistic commented 7 years ago

Feature Request:

It's quite annoying to keep changing the default template Settings class to a partial class whenever I update the plugin, as I've another Settings class of the same root namespace, located in another folder.

Is it possible to change the default definition of the Settings class to be a partial class?

jamesmontemagno commented 7 years ago

You can just delete everything out of that file and it wont create a new one.