All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e.atmosphere-buildtools.3.0.10.source-code.atmosphere-checkstyle.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC
    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">

<!--
Checks the code meets the Atmosphere's coding guidelines.
-->
<module name="Checker">
<!-- TODO add more checks as we improve the code style  ... -->

    <module name="FileTabCharacter">
        <property name="fileExtensions" value="java"/>
    </module>

</module>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy