This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
commit ebddf09a1aa391d329c0d78afb1c29cc44e3386d Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 29 09:05:14 2024 -0500 Add comment --- src/conf/checkstyle/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle/checkstyle.xml b/src/conf/checkstyle/checkstyle.xml index d8637a317..84a8867db 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -30,6 +30,7 @@ limitations under the License. <property name="max" value="160" /> </module> <module name="NewlineAtEndOfFile"> + <!-- Files are saved in the repository with LF line endings; on Windows, use git config core.autocrlf input --> <property name="lineSeparator" value="lf" /> </module> <module name="RegexpSingleline">