Revert "ci: skip "lib/test-fork-safe-execvpe.sh" on Alpine Linux"
[libnbd.git] / .editorconfig
blob86ef47d098db16b744cbcac99b7cf02ab325df90
1 # https://editorconfig.org/
3 root = true
5 [*]
6 indent_style = space
7 indent_size = 2
8 insert_final_newline = true
9 trim_trailing_whitespace = true
10 charset = utf-8
12 [*.pod]
13 # Indented code samples in pod require trailing whitespace
14 trim_trailing_whitespace = false
16 [{*.py,*.py.in,*.pl,*.pl.in,*.sh,*.sh.in}]
17 indent_size = 4
19 [{*.go,go.mod,go.sum}]
20 # Match gofmt style
21 indent_style = tab
22 indent_size = 4
24 [{Makefile,Makefile.in,Makefile.am,*.mk}]
25 # Make requires tabs.
26 indent_style = tab