Skip to content

Commit

Permalink
docs: Update CodeMaid version reference (#2785)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhipsaMisra authored Sep 29, 2022
1 parent ba505cf commit 1442d56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ dotnet_style_readonly_field = true:suggestion
# Parameter preferences
dotnet_code_quality_unused_parameters = all:suggestion

#### IoT SDK copyright header
file_header_template = Copyright (c) Microsoft. All rights reserved.\nLicensed under the MIT license. See LICENSE file in the project root for full license information.

#### C# Coding Conventions ####

# var preferences
Expand Down
2 changes: 1 addition & 1 deletion doc/coding-style.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# C# Coding Style

The general rule we follow is "use Visual Studio defaults".
To enforce this, we make use of an .editorconfig file, and [CodeMaid](https://marketplace.visualstudio.com/items?itemName=SteveCadwallader.CodeMaid) with some rules exported.
To enforce this, we make use of an .editorconfig file, and [CodeMaid](https://marketplace.visualstudio.com/items?itemName=SteveCadwallader.CodeMaidVS2022) with some rules exported.

## Specific Rules

Expand Down

0 comments on commit 1442d56

Please sign in to comment.