mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
Added WinUI Sample Application
This commit is contained in:
parent
f8b0bcbeb1
commit
e138cb83ab
24 changed files with 421 additions and 99 deletions
9
.editorconfig
Normal file
9
.editorconfig
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[*.cs]
|
||||
csharp_style_var_when_type_is_apparent=true:silent
|
||||
csharp_style_var_for_built_in_types=true:silent
|
||||
csharp_style_var_elsewhere=true:silent
|
||||
csharp_prefer_simple_using_statement=false:suggestion
|
||||
csharp_style_expression_bodied_properties=false:silent
|
||||
csharp_style_expression_bodied_indexers=false:silent
|
||||
csharp_style_expression_bodied_accessors=false:silent
|
||||
csharp_style_expression_bodied_lambdas=false:silent
|
||||
Loading…
Add table
Add a link
Reference in a new issue