Skip to content

Commit 4eb9b5e

Browse files
author
detlef-brendle
committed
Normalize line endings
1 parent 77164df commit 4eb9b5e

File tree

235 files changed

+44193
-44184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

235 files changed

+44193
-44184
lines changed

.gitattributes

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* text=auto
2+
*.java text diff=java
3+
*.groovy text diff=java
4+
*.txt text
5+
*.xml text diff=html
6+
*.properties text
7+
*.gsp text diff=html
8+
9+
*.jar binary

.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
target/*
1+
target/*
22
out/*
3-
web-app/plugins/*
4-
.idea/workspace.xml
5-
*.log
3+
web-app/plugins/*
4+
.idea/workspace.xml
5+
*.log
66
atlassian-ide-plugin.xml

.idea/ant.xml

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)