1 /* 2 NewlineAtEndOfFile 3 lineSeparator = crlf 4 fileExtensions = (default)"" 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 InputNewlineAtEndOfFileCrlf3 17 { 18 }