marhali / easy-i18n

This is a IntelliJ IDE based plugin for internationalization. Supports the most common translation file types.
MIT License
79 stars 24 forks source link

Plugin changes indentation of locales #297

Open 4minus opened 1 year ago

4minus commented 1 year ago

Hi there,

we have set our indentation to 4 spaces, but everytime i edit a translation via EasyI18n, the whole file gets reformated to an indentation of 2 spaces, then gets reformated by ESLint (because we reformat on file save) back again to 4 spaces. This process takes about 10 seconds. Isn't there a way to configure how the indentation should be treated by EasyI18n?

Best regards Marius

igorsantos07 commented 10 months ago

Glad you got ESLint to reformat on save, because we don't - thus, the plugin is even worse for us, since we got to manually reindent it if we're to use its results...