Skip to content

Commit 060b329

Browse files
Added gitattributes, fixed editorconfig; fixes gh-69
1 parent 1dbf0c9 commit 060b329

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
root = true
22

3+
end_of_line = lf
4+
35
[*.java]
46
indent_style = tab
57
indent_size = 4

.gitattributes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Normalize line endings to LF.
2+
* text eol=lf
3+
4+
# Ensure that line endings for multipart files in spring-web are not modified.
5+
*.multipart -text
6+
7+
# Ensure that line endings for DOS batch files are not modified.
8+
*.bat -text
9+
10+
# Ensure the following are treated as binary.
11+
*.gif binary
12+
*.jar binary
13+
*.jpeg binary
14+
*.jpg binary
15+
*.png binary
16+
*.vsd binary

0 commit comments

Comments
 (0)