Skip to content

Commit 4f5fd9d

Browse files
committed
minor
1 parent b5e44b0 commit 4f5fd9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codechecks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
mkdir Release
2020
cd Release
2121
cmake ..
22-
make codecheck
22+
make codecheck

docs/pages/developer_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ requirements.
112112
On Sherlock at Stanford, clang-format is included in the `llvm` module.
113113

114114
## Visual Studio Code
115-
Install [clang-format](https://marketplace.visualstudio.com/items?itemName=xaver.clang-format) and [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode). To automatically format your files on save, add to your user settings (on macOS, press `Cmd+Shift+P`, type "Preferences: Open User Settings (JSON)")
115+
Install the [clang-format](https://marketplace.visualstudio.com/items?itemName=xaver.clang-format) and [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) plugins. To automatically format your files on save, add to your user settings (on macOS, press `Cmd+Shift+P`, type "Preferences: Open User Settings (JSON)")
116116
```json
117117
"editor.formatOnSave": true,
118118
"[cpp]": {
@@ -127,7 +127,7 @@ Install [clang-format](https://marketplace.visualstudio.com/items?itemName=xaver
127127
```
128128

129129
## Vim
130-
Install [clang-format](https://github.com/rhysd/vim-clang-format) and [Prettier](https://github.com/prettier/vim-prettier).
130+
Install the [clang-format](https://github.com/rhysd/vim-clang-format) and [Prettier](https://github.com/prettier/vim-prettier) plugins.
131131

132132
## Other editors
133133
See [clang-format](https://clang.llvm.org/docs/ClangFormat.html) and [Prettier](https://prettier.io/docs/editors.html).

0 commit comments

Comments
 (0)