extract_otp_secret_keys/.editorconfig

16 lines
212 B
INI
Raw Normal View History

2020-05-23 06:51:41 +00:00
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
2022-12-29 00:59:54 +00:00
insert_final_newline = true
[*.md]
indent_size = 4
trim_trailing_whitespace = false
[*.yml]
indent_size = 2