Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Jun 1, 2014
1 parent 8baccaf commit 6abc1c3
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
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.

0 comments on commit 6abc1c3

Please sign in to comment.