Skip to content

Commit 7e2b8f8

Browse files
committed
Add notes on coding style
1 parent ffadac1 commit 7e2b8f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ For details, see [msgpack-jackson/README.md](msgpack-jackson/README.md). The tem
3939
msgpack-java uses [sbt](http://www.scala-sbt.org/) for building the projects. For the basic usage of sbt, see:
4040
* [Building Java projects with sbt](http://xerial.org/blog/2014/03/24/sbt/)
4141

42+
Coding style
43+
* msgpack-java uses [the same coding style](https://github.com/airlift/codestyle) with Facebook Presto
44+
* [IntelliJ setting file](https://raw.githubusercontent.com/airlift/codestyle/master/IntelliJIdea13/Airlift.xml)
45+
4246
### Basic sbt commands
4347
Enter the sbt console:
4448
```

0 commit comments

Comments
 (0)