Change link to Scala style guide, see #2351
This commit is contained in:
parent
7b45360b5f
commit
8ae65a4581
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Developer Guidelines
|
|||
Code Style
|
||||
----------
|
||||
|
||||
The Akka code style follows `this document <http://davetron5000.github.com/scala-style/ScalaStyleGuide.pdf>`_ .
|
||||
The Akka code style follows the `Scala Style Guide <http://docs.scala-lang.org/style/>`_ .
|
||||
|
||||
Akka is using ``Scalariform`` to format the source code as part of the build. So just hack away and then run ``sbt compile`` and it will reformat the code according to Akka standards.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue