10
config/checkstyle/checkstyle.xml
Normal file
10
config/checkstyle/checkstyle.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module PUBLIC
|
||||
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
|
||||
"https://checkstyle.org/dtds/configuration_1_3.dtd">
|
||||
<module name="Checker">
|
||||
<module name="TreeWalker">
|
||||
<module name="Indentation"/>
|
||||
<module name="WhitespaceAfter"/>
|
||||
</module>
|
||||
</module>
|
||||
Reference in New Issue
Block a user