How to use a universal formatter?
I would like to format all my code consistently with a single tool: unibeautify (https://unibeautify.com/). Is it possible to:
- disable all reformatting coming from the IDE (either built-in or through suggested formatters such as prettier)
- set a specific executable (or script) as the formatter?
Please sign in to leave a comment.
Yes,
1. Disable the built-in formatter in [Preferences | Tools | Actions on Save]
2. Configure a custom file watcher in [Preferences | Tools | File Watchers] and point to your custom tool.