Skip to content

Commit b92082e

Browse files
committed
Improve .gitattributes
1 parent 96fc244 commit b92082e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.gitattributes

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Licensed to the Apache Software Foundation (ASF) under one or more
22
# contributor license agreements. See the NOTICE file distributed with
33
# this work for additional information regarding copyright ownership.
4-
# The ASF licenses this file to you under the Apache License, Version 2.0
4+
# The ASF licenses this file to You under the Apache License, Version 2.0
55
# (the "License"); you may not use this file except in compliance with
66
# the License. You may obtain a copy of the License at
77
#
@@ -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)