Files
extract_otp_secrets/.editorconfig
T

16 lines
219 B
INI
Raw Normal View History

2020-05-23 08:51:41 +02:00
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
2022-12-29 01:59:54 +01:00
insert_final_newline = true
[*.md]
indent_size = 4
trim_trailing_whitespace = false
2022-12-30 11:14:15 +01:00
[*.{yml,toml}]
2022-12-29 01:59:54 +01:00
indent_size = 2