1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-09-02 16:18:46 +00:00

update(blog)!: Biometrics article (#2826)

Signed-off-by: Jonah Aragon <jonah@privacyguides.org>
This commit is contained in:
fria
2025-02-13 14:04:22 -06:00
committed by GitHub
parent f6767eaab7
commit e380bf672f
14 changed files with 249 additions and 1 deletions

13
.vscode/settings.json vendored
View File

@@ -20,7 +20,18 @@
{
"git.ignoreLimitWarning": true,
"ltex.diagnosticSeverity": "hint",
"ltex.diagnosticSeverity": {
"COMMA_COMPOUND_SENTENCE": "error",
"MORFOLOGIK_RULE_EN_US": "information",
"HE_VERB_AGR": "hint",
"WHETHER": "hint",
"MAKE_SINCE": "information",
"CLOSE_SCRUTINY": "information",
"EN_COMPOUNDS": "warning",
"ADMIT_ENJOY_VB": "hint",
"ABOUT_WHO_TO": "warning",
"default": "hint"
},
"editor.unicodeHighlight.ambiguousCharacters": true,
"editor.unicodeHighlight.invisibleCharacters": true,
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",