Skip to content

Commit

Permalink
fix: ident (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui authored Mar 25, 2024
1 parent 382630e commit e4b828d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
}
}
1 change: 1 addition & 0 deletions maskbook/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/*.md
20 changes: 10 additions & 10 deletions maskbook/privacy-policy-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ Mask Network ("Mask Network", "Mask" or "we") respects and protects the privacy

We get information about you in a range of ways.

1\. **General Information You Give Us.**
1. **General Information You Give Us.**

Information we collect from you includes:
Information we collect from you includes:

- Usage information, such as information about how you use the Service and interact with us.
- Usage information, such as information about how you use the Service and interact with us.

2\. **Global Backup**
1. **Global Backup**

Should you elect to use the Global Backup function, the information we collect from you, in addition to the General Information, includes:
Should you elect to use the Global Backup function, the information we collect from you, in addition to the General Information, includes:

- Contact information, such as your email address and phone number.
- Contact information, such as your email address and phone number.

3\. **Next.ID**
1. **Next.ID**

Should you elect to use the Next.ID, the information we collect from you, in addition to the General Information, includes:
Should you elect to use the Next.ID, the information we collect from you, in addition to the General Information, includes:

- Your Persona's public key;
- Your account verification post.
- Your Persona's public key;
- Your account verification post.

**How we use the information we collect**

Expand Down

0 comments on commit e4b828d

Please sign in to comment.