ssh-allowed_signers/.editorconfig

11 lines
162 B
INI
Raw Permalink Normal View History

2023-02-16 13:23:47 +01:00
root = true
[*]
2023-05-09 12:28:23 +02:00
end_of_line = lf
2023-02-16 13:23:47 +01:00
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
[*.{markdown,md}]
trim_trailing_whitespace = false