Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRenison committed Nov 6, 2024
1 parent 3524e57 commit f878560
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ The default configuration is chosen to be a reasonable balance for beginners
and advanced teams.
2. Take advantage of the hashing when typing in these algorithms. Each
algorithm has a 6 character MD5 hash in the upper right. This hash can be
generated by using `hash.sh` or the `:Hash` command from the `.vimrc`. The
hashing ignores whitespace and comments.
generated by using `hash.sh`. The hashing ignores whitespace and comments.

## Snippets
To make/update the snippets for VSCode, you just need to run `make snippets`, and it will assemble all of the snippets for you in `snippets/cpp.json` or `snippets/java.json``.
To make/update the snippets for VSCode, you just need to run `make snippets`, and it will assemble all of the snippets for you in `snippets/cpp.json`.

VSCode's soft tabs should match whatever style of tabs you're using. So, if you were using 2 spaces, all of the code that gets imported via snippet should also be in 2 spaces

Expand Down

0 comments on commit f878560

Please sign in to comment.