Skip to content

Commit

Permalink
Checkout all files with LF line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Oct 28, 2024
1 parent 1bace28 commit bde1671
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Checked by Spotless (LF line endings)
*.java text eol=lf
*.xml text eol=lf
*.yaml text eol=lf
*.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
/.mvn/wrapper/maven-wrapper.properties eol=lf

0 comments on commit bde1671

Please sign in to comment.