mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
27 lines
394 B
INI
27 lines
394 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
continuation_indent_size = 8
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.diff]
|
|
trim_trailing_whitespace = false
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
|
|
[*.bat]
|
|
end_of_line = crlf
|
|
|
|
[build.gradle]
|
|
continuation_indent_size = 4
|
|
|
|
[.idea/codeStyles/*.xml]
|
|
indent_size = 2
|
|
insert_final_newline = false
|