Replies: 2 comments 2 replies
-
The current version of the plugin is highly dependent on the file extension to detect which formatter it runs for a particular file. This would not be the case if we were to split this plugin into separate mojos, as described in #254, after which you could list the file explicitly for that formatter. However, that work has not been started, so for now, this won't work for your case. To work around this, you could have a task that renames your file after formatting. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @ctubbsii |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Json Config file that does not have an extension as .json. By default this plugin is not formatting this file. Is there a way to format a json file without json extension?
Beta Was this translation helpful? Give feedback.
All reactions