mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-12 15:18:27 -05:00
fix(docker/rootless): CRLF issues on Windows
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user