JSON export changes indentation
I imported a JSON file from GitHub. When exporting it back to the repo, the indentation was changed from 2 spaces to 4 spaces. This setting should either be preserved, or configurable.
All other files in the repository are using 2-spaces indentation.
Unfortunately, there is no way to change the indentation size. Our export standard is with 4 whitespaces, which is the most common from what we’ve found after analyzing a ton of key-value JSON language files.
The only way to change the indentation would be using the API (https://poeditor.com/docs/api), by post-processing the JSON file after exporting it from POEditor.