mirror of
https://github.com/theotherp/nzbhydra2.git
synced 2026-02-06 11:17:18 +00:00
17 lines
238 B
INI
17 lines
238 B
INI
|
|
root = true
|
||
|
|
|
||
|
|
[*]
|
||
|
|
indent_style = space
|
||
|
|
indent_size = 4
|
||
|
|
charset = utf-8
|
||
|
|
trim_trailing_whitespace = true
|
||
|
|
insert_final_newline = true
|
||
|
|
|
||
|
|
[{package.json,.travis.yml}]
|
||
|
|
indent_style = space
|
||
|
|
indent_size = 2
|
||
|
|
|
||
|
|
[*.sh]
|
||
|
|
end_of_line = lf
|
||
|
|
indent_size = 4
|