This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,23 @@ | ||
scalariform-intellij-plugin | ||
=========================== | ||
Scalariform IntelliJ IDEA plugin | ||
================================ | ||
|
||
Intellij Plugin that formats Scala sources using Scalariform | ||
This plugin adds a menu item that allows you to format the current file using Scalariform. | ||
|
||
After installing the plugin, go to Preferences -> Scalariform and choose the formatting options | ||
you would like to be pass to scalariform. | ||
|
||
FAQ | ||
--- | ||
|
||
**1. The plugin is fast! How does it work?** | ||
|
||
The plugin uses Scalariform as a library. It does not fork a new JVM to format your code. | ||
|
||
**2. Can it use my project Scalariform preferences from SBT?** | ||
|
||
Currently it is not able to do it. Pull requests are welcome! | ||
|
||
**3. How do I submit bugs / feature requests?** | ||
|
||
Please use Github issues for these. Requests for enhancing Scalariform itself should to go the Scalariform project | ||
and not to this project. |