crlf bad
Changes to be committed: new file: .gitattributes modified: src/main/java/org/dimdev/dimdoors/util/reference/BlockReference.java
This commit is contained in:
parent
9c991edf07
commit
8ec8e73da7
2 changed files with 3 additions and 1 deletions
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
* text=auto eol=lf
|
||||
*.bat text=auto eol=crlf
|
|
@ -19,4 +19,4 @@ public class BlockReference {
|
|||
public BlockPos getBlockPos() {
|
||||
return new BlockPos(x, y, z);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue