Commit 883396f
committed
Enable simple property accessor suggestion in .editorconfig
Added csharp_style_prefer_simple_property_accessors = true:suggestion to .editorconfig to encourage concise property definitions in C# code. This helps promote cleaner and more maintainable code by preferring simple property accessors where applicable.1 parent 49a281e commit 883396f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
0 commit comments