1 /* 2 NewlineAtEndOfFile 3 lineSeparator = LF 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 LF newline at EOF, using the 13 * NewlineAtEndOfFileCheck. 14 * @author Martin Steiger 15 **/ 16 public interface InputNewlineAtEndOfFileLf 17 { 18 }