Skip to content

Commit e4b828d

Browse files
authored
fix: ident (#11)
1 parent 382630e commit e4b828d

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ root = true
22

33
[*]
44
indent_style = space
5-
indent_size = 2
65
charset = utf-8
6+
indent_size = 2
77
trim_trailing_whitespace = true
88
insert_final_newline = true

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.formatOnSave": true,
33
"editor.codeActionsOnSave": {
4-
"source.fixAll": true
4+
"source.fixAll": "explicit"
55
}
66
}

maskbook/.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/*.md

maskbook/privacy-policy-browser.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ Mask Network ("Mask Network", "Mask" or "we") respects and protects the privacy
1010

1111
We get information about you in a range of ways.
1212

13-
1\. **General Information You Give Us.**
13+
1. **General Information You Give Us.**
1414

15-
Information we collect from you includes:
15+
Information we collect from you includes:
1616

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

19-
2\. **Global Backup**
19+
1. **Global Backup**
2020

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

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

25-
3\. **Next.ID**
25+
1. **Next.ID**
2626

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

29-
- Your Persona's public key;
30-
- Your account verification post.
29+
- Your Persona's public key;
30+
- Your account verification post.
3131

3232
**How we use the information we collect**
3333

0 commit comments

Comments
 (0)