File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Configuration file for EditorConfig: http://editorconfig.org
2
+ root = true
3
+
4
+ [* ]
5
+ charset = utf-8
6
+ end_of_line = lf
7
+ indent_style = tab
8
+ insert_final_newline = true
9
+ tab_width = 4
10
+ trim_trailing_whitespace = true
11
+
12
+ [travis.yml ]
13
+ indent_size = 2
14
+ indent_style = space
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ want to contribute code than
47
47
* Ensure that you didn't break the build by running ` mvn test ` .
48
48
* Fork the repo and create a pull request. (See [ Understanding the GitHub Flow] ( https://guides.github.com/introduction/flow/index.html ) )
49
49
50
+ The basic coding style is described in the
51
+ [ EditorConfig] ( http://editorconfig.org/ ) file ` .editorconfig ` .
52
+
50
53
Fishbowl supports [ Travis CI] ( https://travis-ci.org/ ) for continuous
51
54
integration. Your pull request will be automatically build by Travis
52
55
CI.
You can’t perform that action at this time.
0 commit comments