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

Commit

Permalink
Add section about coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
denisw committed Jan 23, 2015
1 parent e487539 commit 07bae34
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,13 @@ You can run the backend server from the command line during development with
The configuration in `config/application.properties` will be used. Of
course, you can also run the server from your IDE as normal (the main
class is `de.ddb.pdc.Main`).

### Coding Style

All code is written according the

This comment has been minimized.

Copy link
@phil-fuber

phil-fuber Jan 23, 2015

Contributor

*according to

[Google Java Style Guide](https://google-styleguide.googlecode.com/svn/trunk/javaguide.html). To
enforce this, a matching
[Checkstyle](http://checkstyle.sourceforge.net/) configuration is
included in this repository. To check the code for style violations, run

mvn checkstyle:checkstyle

0 comments on commit 07bae34

Please sign in to comment.