mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-12 10:30:25 +01:00
Preserve CRLF line endings in .bat files
This is specifically for the gradlew.bat file generated by the `gradle wrapper` command. Typically, this file should never be edited, but just in case it is, this configuration will preserve its original CRLF line endings.
This commit is contained in:
parent
fa5c402af5
commit
9f4f5c48e1
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.bat]
|
||||||
|
end_of_line = crlf
|
||||||
|
|
||||||
[build.gradle]
|
[build.gradle]
|
||||||
continuation_indent_size = 4
|
continuation_indent_size = 4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue