dkim-report/.editorconfig

18 lines
204 B
INI
Raw Normal View History

2024-02-19 19:34:22 +01:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.sh]
indent_style = space
indent_size = 4
[.envrc]
indent_style = space
indent_size = 4
[scripts/*]
indent_style = space
indent_size = 4