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.
2 parents 23b6092 + 060b329 commit 3b1b6daCopy full SHA for 3b1b6da
.editorconfig
@@ -1,5 +1,7 @@
1
root = true
2
3
+end_of_line = lf
4
+
5
[*.java]
6
indent_style = tab
7
indent_size = 4
.gitattributes
@@ -0,0 +1,16 @@
+# Normalize line endings to LF.
+* text eol=lf
+# Ensure that line endings for multipart files in spring-web are not modified.
+*.multipart -text
+# 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