Skip to content

Commit 60e273c

Browse files
committed
add reference to Spring Framework's code style in CONTRIBUTING.md
1 parent d432ab7 commit 60e273c

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,9 @@ This command, will provide the following output, which in this case shows a nice
9595
````
9696
If you see intersecting lines, that usually means that you forgot to rebase you branch. As mentioned earlier, **please rebase against master** before issuing a pull request.
9797

98-
## Mind the whitespace
99-
100-
Please carefully follow the whitespace and formatting conventions already present in the framework.
101-
102-
1. Tabs, not spaces
103-
2. Unix (LF), not DOS (CRLF) line endings
104-
3. Eliminate all trailing whitespace
105-
4. Wrap Javadoc at 90 characters
106-
5. Aim to wrap code at 90 characters, but favor readability over wrapping
107-
6. Preserve existing formatting; i.e. do not reformat code for its own sake
108-
7. Search the codebase using `git grep` and other tools to discover common
109-
naming conventions, etc.
110-
8. Latin-1 (ISO-8859-1) encoding for Java sources; use `native2ascii` to convert
111-
if necessary
98+
## Code style
99+
100+
Please carefully follow the same [code style as Spring Framework](https://github.com/spring-projects/spring-framework/wiki/Code-Style).
112101

113102
## Add Apache license header to all new classes
114103

0 commit comments

Comments
 (0)