mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 01:52:28 +08:00
fix(docker/rootless): CRLF issues on Windows
This commit is contained in:
parent
02fc5214a3
commit
c46d5cc9e9
@ -8,6 +8,9 @@ indent_style = space
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.sh]
|
||||||
|
end_of_line = lf
|
||||||
|
|
||||||
[{server,translation}.json]
|
[{server,translation}.json]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -14,4 +14,6 @@ demo/**/*.txt eol=lf
|
|||||||
demo/**/*.js eol=lf
|
demo/**/*.js eol=lf
|
||||||
demo/**/*.css eol=lf
|
demo/**/*.css eol=lf
|
||||||
|
|
||||||
|
*.sh eol=lf
|
||||||
|
|
||||||
apps/client/src/libraries/** linguist-vendored
|
apps/client/src/libraries/** linguist-vendored
|
Loading…
x
Reference in New Issue
Block a user