mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-07-23 00:42:02 +00:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a71e057966 |
@@ -81,7 +81,7 @@
|
||||
},
|
||||
"extensions": [
|
||||
"EditorConfig.EditorConfig",
|
||||
"rvben.rumdl",
|
||||
"DavidAnson.vscode-markdownlint",
|
||||
"wholroyd.jinja",
|
||||
"mikestead.dotenv",
|
||||
"redhat.vscode-yaml",
|
||||
|
||||
-14
@@ -1,14 +0,0 @@
|
||||
[global]
|
||||
disable = ["md013", "md033", "md046", "md026"]
|
||||
|
||||
[md007]
|
||||
indent = 4
|
||||
|
||||
[md010]
|
||||
code_blocks = false
|
||||
|
||||
[md024]
|
||||
siblings_only = true
|
||||
|
||||
[md049]
|
||||
style = "asterisk"
|
||||
Vendored
+1
-1
@@ -21,7 +21,7 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"EditorConfig.EditorConfig",
|
||||
"rvben.rumdl",
|
||||
"DavidAnson.vscode-markdownlint",
|
||||
"wholroyd.jinja",
|
||||
"mikestead.dotenv",
|
||||
"redhat.vscode-yaml",
|
||||
|
||||
Vendored
+1
-1
@@ -91,7 +91,7 @@
|
||||
},
|
||||
"editor.unicodeHighlight.ambiguousCharacters": true,
|
||||
"editor.unicodeHighlight.invisibleCharacters": true,
|
||||
"editor.defaultFormatter": "rvben.rumdl",
|
||||
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
|
||||
"[yaml]": {
|
||||
"editor.defaultFormatter": "redhat.vscode-yaml",
|
||||
"editor.quickSuggestions": {
|
||||
|
||||
@@ -94,7 +94,7 @@ SELinux on [Fedora](https://docs.fedoraproject.org/en-US/quick-docs/selinux-gett
|
||||
|
||||
Most Linux distributions have an option within its installer for enabling [LUKS](../encryption.md#linux-unified-key-setup) FDE. If this option isn’t set at installation time, you will have to back up your data and re-install, as encryption is applied after [disk partitioning](https://en.wikipedia.org/wiki/Disk_partitioning), but before [file systems](https://en.wikipedia.org/wiki/File_system) are formatted. We also suggest securely erasing your storage device:
|
||||
|
||||
- [Secure Data Erasure :material-arrow-right-drop-circle:](https://blog.privacyguides.org/2022/05/25/secure-data-erasure)
|
||||
- [Secure Data Erasure :material-arrow-right-drop-circle:](https://www.privacyguides.org/articles/2022/05/25/secure-data-erasure/)
|
||||
|
||||
### Swap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user