linphone-tutorials/uwp/cs/.editorconfig
Thibault Lemaire aca479888a Give the UWP Tutorial a little refresher
In order to write an equivalent tutorial for Xamarin, I am first
following the UWP tutorial.

Fixed many little spelling mistakes and rephrased some sentences.

Fixed a crash when video is requested but the device has no camera.

Fixed a crash when opening an audio recording. (Linphone.Content.FilePath
returns a path with mixed '/' and '\'. I don't know why and I'm not sure
I understand why the file was auto-downloaded either)
2022-02-17 16:10:10 +01:00

14 lines
260 B
INI

indent_style = tabs
indent_size = 4
[*.cs]
# IDE0008: Use explicit type
csharp_style_var_when_type_is_apparent = true
# IDE0008: Use explicit type
csharp_style_var_for_built_in_types = true
# IDE0008: Use explicit type
csharp_style_var_elsewhere = true