Custom Code Style
Is it possible to create a custom code style for a new file type? I have a files with a specific file extension that are XML that I want to format differently from regualar XML files. Is there a way I can create a code style for them?
Thanks
Please sign in to leave a comment.
Hello Jeff,
The only way to achieve that is to write a custom plugin that would provide
a special formatter for such files.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks for the quick response.