File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Licensed to the Apache Software Foundation (ASF) under one or more
2
2
# contributor license agreements. See the NOTICE file distributed with
3
3
# 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
5
5
# (the "License"); you may not use this file except in compliance with
6
6
# the License. You may obtain a copy of the License at
7
7
#
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
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
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
You can’t perform that action at this time.
0 commit comments