We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bace28 commit bde1671Copy full SHA for bde1671
.gitattributes
@@ -13,8 +13,9 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
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
+# All text files with LF line endings
+* text=auto eol=lf
+# Maven Wrapper cmd script
+/mvnw.cmd eol=crlf
+# Maven Wrapper need LF line endings
21
+/.mvn/wrapper/maven-wrapper.properties eol=lf
0 commit comments