arendvw / ScriptParasite

A component that allows editting of C# definitions in external editors
21 stars 5 forks source link

Customize indent styles #16

Open ZacZhangzhuo opened 1 year ago

ZacZhangzhuo commented 1 year ago

Hi, thanks for such a good plugin.

By default, Script Parasite will auto-generate a .editorconfig for VSCode with the following indent settings, which is good in most cases:

indent_style = space
indent_size = 2

But it is not customizable and would be overwritten by the plugin if we change it by hand.

I found out it might be better to add an input in grasshopper which allow users to customize the indent style, or better allow the .editorconfig to meet the existing VSCode setting and bring a better coding experience.

Thanks.