ssh-allowed_signers/.editorconfig

11 lines
162 B
INI
Raw Permalink Normal View History

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