1
0
mirror of https://github.com/fumiama/base16384-sycl.git synced 2026-06-05 00:32:49 +08:00

doc: fix display

This commit is contained in:
源文雨
2026-01-09 14:50:42 +08:00
parent b0fcce99c7
commit 3ec0e6f917
2 changed files with 6 additions and 2 deletions

View File

@@ -103,5 +103,8 @@
"C_Cpp.enhancedColorization": "enabled",
"C_Cpp.suggestSnippets": true,
"editor.formatOnSave": true,
"editor.formatOnType": true
"editor.formatOnType": true,
"[markdown]": {
"editor.formatOnSave": false
}
}

View File

@@ -39,7 +39,8 @@ Base16384-SYCL is an optimized implementation of the [Base16384 encoding algorit
### 1. Environment Setup
> [!Tip] > **For VS Code Users**: If you're using Visual Studio Code, the environment variable setup commands will be executed automatically when you open a terminal. If this fails, it may be due to a non-standard installation path. Please modify the paths in `.vscode/settings.json` accordingly.
> [!Tip]
> **For VS Code Users**: If you're using Visual Studio Code, the environment variable setup commands will be executed automatically when you open a terminal. If this fails, it may be due to a non-standard installation path. Please modify the paths in `.vscode/settings.json` accordingly.
**Windows:**