mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-26 01:12:30 +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
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.sh]
|
||||
end_of_line = lf
|
||||
|
||||
[{server,translation}.json]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
|
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -14,4 +14,6 @@ demo/**/*.txt eol=lf
|
||||
demo/**/*.js eol=lf
|
||||
demo/**/*.css eol=lf
|
||||
|
||||
*.sh eol=lf
|
||||
|
||||
apps/client/src/libraries/** linguist-vendored
|
Loading…
x
Reference in New Issue
Block a user