-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code style: add maven plugin and code style #165
base: master
Are you sure you want to change the base?
Conversation
pom.xml
Outdated
</goals> | ||
<configuration> | ||
<encoding>UTF-8</encoding> | ||
<configFile>${project.basedir}/eclipse-java-google-style.xml</configFile> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checkstyle文件对非eclipse的有效吗..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reference formatter.
I use the eclipse-google-java-style.
If you want to format your code, just build the project (mvn compile or mvn package)
测试失败了...? |
PTAL @jixuan1989 @MyXOF |
你实习后,最明显的长进就是缩写变潮了 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
先不要format...
但是其他内容可以保留。。
No description provided.