-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a453ff9
Showing
72 changed files
with
4,574 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[*.cs] | ||
|
||
# IDE0008: 明示的な型の使用 | ||
csharp_style_var_elsewhere = true | ||
csharp_style_var_when_type_is_apparent=true:silent | ||
csharp_style_var_for_built_in_types=true:silent | ||
|
||
# IDE0130: Namespace がフォルダー構造と一致しません | ||
dotnet_style_namespace_match_folder = false | ||
|
||
# CA1051: 参照可能なインスタンス フィールドを宣言しません | ||
dotnet_diagnostic.CA1051.severity = none |
Oops, something went wrong.