This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-site.git
The following commit(s) were added to refs/heads/master by this push: new 6c296d1 Added info about source coding standard we use 6c296d1 is described below commit 6c296d131b049cbd6e2882eae5346e3215cd3277 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Mon Feb 21 14:28:33 2022 +0100 Added info about source coding standard we use --- source/ftpserver-project/getting_source.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/ftpserver-project/getting_source.md b/source/ftpserver-project/getting_source.md index 74f864b..4918c63 100644 --- a/source/ftpserver-project/getting_source.md +++ b/source/ftpserver-project/getting_source.md @@ -33,3 +33,9 @@ You will not be able to commit into the project if you are not a committer. The Website documentation is published via Apache SVN pubsub. The website source resides at [https://svn.apache.org/repos/asf/mina/site/trunk/content/ftpserver-project/](https://svn.apache.org/repos/asf/mina/site/trunk/content/ftpserver-project/) + +# Coding Convention + +We follow [Sun's standard Java coding convention](https://www.oracle.com/technetwork/java/codeconventions-150003.pdf) except that we always use spaces instead of tabs. Please download [the Eclipse Java formatter settings file](ImprovedJavaConventions.xml) before you make any changes to the code. + +This file is also available in the `/resources` directory.