mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 16:04:06 +00:00
dev: ensure line ending is always LF
This commit is contained in:
parent
fc3ea0045e
commit
a7593fca1d
5
.editorconfig
Normal file
5
.editorconfig
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
root = true
|
||||||
|
# Unix-style newlines with a newline ending every file
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* text=auto eol=lf
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -21,8 +21,6 @@ object_script.goldendict.Release
|
||||||
|
|
||||||
version.txt
|
version.txt
|
||||||
|
|
||||||
.gitattributes
|
|
||||||
|
|
||||||
*.dmg
|
*.dmg
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
Loading…
Reference in a new issue