Files
extract_otp_secrets/.editorconfig
2022-12-29 01:59:54 +01:00

16 lines
212 B
INI

root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_size = 4
trim_trailing_whitespace = false
[*.yml]
indent_size = 2