5e2258c6de
* Resolve conflicts * Resolve conflicts * Update gitlab-build.sh (#7855) fix build ```version``` after https://github.com/paritytech/parity/pull/7723 * Resolve conflicts * Update gitlab-test.sh (#7883) * Update gitlab-test.sh https://github.com/paritytech/parity/issues/7871 * Update aura-test.sh * Backport master ci prs * Restore js-build * Bump stable to 1.8.10 * Bump stable to 1.8.10 * Make track stable
17 lines
240 B
INI
17 lines
240 B
INI
root = true
|
|
[*]
|
|
indent_style=tab
|
|
indent_size=tab
|
|
tab_width=4
|
|
end_of_line=lf
|
|
charset=utf-8
|
|
trim_trailing_whitespace=true
|
|
max_line_length=120
|
|
insert_final_newline=true
|
|
|
|
[*.{yml,sh}]
|
|
indent_style=space
|
|
indent_size=2
|
|
tab_width=8
|
|
end_of_line=lf
|