view .editorconfig @ 31251:24247d13a44b stable

doc: Minor wording change to hashing documentation system.txi: Remove implication that MD5 and SHA1 are cryptographically suitable hash functions, since both have been deprecated for cryptographic applications for 10 to 15 years now.
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 02 Oct 2022 09:00:05 -0400
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab