Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/contributing docs update #12583

Merged
merged 15 commits into from
Mar 4, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ And also enable `Enable EditorConfig support` in `Settings -> Editor -> Code Sty

Not only CodeMaid, but Visual Studio also enforces consistent coding style through [`.editorconfig`](https://github.com/zkSNACKs/WalletWasabi/blob/master/.editorconfig) file.

If you are using Visual Studio Code make sure to add the following settings to your settings file:
If you are using Visual Studio Code make sure to install "C# Dev Kit" extension and add the following settings to your settings file:

```json
"omnisharp.enableEditorConfigSupport": true,
kayevo marked this conversation as resolved.
Show resolved Hide resolved
"omnisharp.enableRoslynAnalyzers": true,
kayevo marked this conversation as resolved.
Show resolved Hide resolved
"editor.defaultFormatter": "ms-dotnettools.csharp",
kayevo marked this conversation as resolved.
Show resolved Hide resolved
"editor.formatOnSave": true,
```

Expand Down