Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 894 Bytes

code_style_and_conventions.md

File metadata and controls

26 lines (18 loc) · 894 Bytes

Code style and conventions

For all languages respect the .editorconfig file specified in the source tree. Many IDEs natively support this or can with a plugin.

File headers

The following file header is the used for WinUI. Please use it for new files.

C++/C#

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.

XAML/proj

<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE in the project root for license information. -->

C++/WinRT