Skip to content

Commit bde1671

Browse files
committed
Checkout all files with LF line endings
1 parent 1bace28 commit bde1671

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.gitattributes

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
# Checked by Spotless (LF line endings)
17-
*.java text eol=lf
18-
*.xml text eol=lf
19-
*.yaml text eol=lf
20-
*.yml text eol=lf
16+
# All text files with LF line endings
17+
* text=auto eol=lf
18+
# Maven Wrapper cmd script
19+
/mvnw.cmd eol=crlf
20+
# Maven Wrapper need LF line endings
21+
/.mvn/wrapper/maven-wrapper.properties eol=lf

0 commit comments

Comments
 (0)