1 /* 2 NewlineAtEndOfFile 3 lineSeparator = (default)LF_CR_CRLF 4 fileExtensions = (default)(null) 5 6 7 */ 8 9 package com.puppycrawl.tools.checkstyle.checks.newlineatendoffile; 10 11 /** 12 * Test case for detection of an existing CR newline at EOF, using the 13 * NewlineAtEndOfFileCheck. 14 * @author Martin Steiger 15 **/ 16 public interface InputNewlineAtEndOfFileCr2 17 { 18 /** Test with ending with CR newline 19 */ 20 }