CI: Change conclusion getter
[releng/global-jjb.git] / .editorconfig
1 # SPDX-License-Identifier: EPL-1.0
2 # SPDX-FileCopyrightText: 2017 The Linux Foundation
3 root = true
4
5 [*]
6 end_of_line = lf
7 insert_final_newline = true
8 trim_trailing_whitespace = true
9 indent_style = space
10
11 [*.json]
12 indent_size = 2
13
14 [*.rst]
15 indent_size = 4
16
17 [*.md]
18 indent_size = 4
19 max_line_length = 80
20
21 [*.sh]
22 indent_size = 4
23 max_line_length = 80
24
25 [*.yaml]
26 indent_size = 2