diff --git a/.vscode/settings.json b/.vscode/settings.json index d3b1153..5bf5906 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 + } } \ No newline at end of file diff --git a/README.md b/README.md index 90b7375..66c79f7 100644 --- a/README.md +++ b/README.md @@ -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:**