Skip to content

Commit

Permalink
Add a code style to project (#103) (#105)
Browse files Browse the repository at this point in the history
Fixes issue #103
  • Loading branch information
itskarlsson authored Apr 6, 2020
1 parent 5cc9a7e commit 75d1760
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ New features should, in general, be added to the master branch.

### Code Style

Codestyle TBD.
This project uses the cassandra code style which is based on Sun’s Java coding conventions.
Formatting rules for eclipse can be found [here](code_style.xml).

It is appreciated if provided patches are contained and do not modify code outside of the scope of the patch.
This will also make it quicker to perform reviews and merging the pull requests.
Provided patches should be contained and should not modify code outside of the scope of the patch.
This will make it quicker to perform reviews and merging the pull requests.

### Builds

Expand Down
Loading

0 comments on commit 75d1760

Please sign in to comment.