XamlStyler icon indicating copy to clipboard operation
XamlStyler copied to clipboard

Add a possibility to use only tabs

Open bobbybonifacia opened this issue 6 years ago • 2 comments

Currently there are two options for "Attribute indentation style": Mixed and Spaces. In case we would like to use only tabs, we have to set KeepFirstAttributeOnSameLine always to false. Pls add a possibility to use only tabs with KeepFirstAttributeOnSameLine set to true.

bobbybonifacia avatar Mar 08 '18 08:03 bobbybonifacia

With such a configuration, how would you expect attributes to be aligned?

grochocki avatar Mar 09 '18 00:03 grochocki

Adding Tabs as an option seems to make sense, but as you point out, it may lead to some interesting misalignment/conflict with KeepFirstAttributeOnSameLine. We should note this in the documentation, but otherwise not do anything to correct for this.

grochocki avatar Apr 20 '20 03:04 grochocki