ooni-probe-cli/.editorconfig
2022-10-10 10:26:46 +02:00

16 lines
211 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.py]
indent_style = space
[*.{yml,yaml}]
indent_style = space
indent_size = 2