arendvw / ScriptParasite

A component that allows editting of C# definitions in external editors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customize indent styles

ZacZhangzhuo opened this issue · comments

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.