View Javadoc
1   /* // violation 'Expected line ending for file is LF(\\n), but CRLF(\\r\\n) is detected.'
2   NewlineAtEndOfFile
3   lineSeparator = LF
4   fileExtensions = (default)all files
5   
6   
7   */
8   
9   package com.puppycrawl.tools.checkstyle.checks.newlineatendoffile;
10  
11  /**
12   * Test case for detection of an existing CRLF newline at EOF, using the
13   * NewlineAtEndOfFileCheck.
14   * @author Martin Steiger
15   **/
16  public interface InputNewlineAtEndOfFileCrlf
17  {
18  }