Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chiepomme committed Nov 9, 2021
0 parents commit a453ff9
Show file tree
Hide file tree
Showing 72 changed files with 4,574 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
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
Loading

0 comments on commit a453ff9

Please sign in to comment.