# editorconfig.org
# top-most EditorConfig file
root = true
# Default settings:
# A newline ending every file
# Use 4 spaces as indentation
[*]
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
# Generated code
[*{_AssemblyInfo.cs,.notsupported.cs,.Generated.cs}]
generated_code = true
# C# files
[*.cs]
charset = utf-8
file_header_template = -------------------------------------------------------------------------------------------------\nCopyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the MIT License (MIT). See LICENSE in the repo root for license information.\n-------------------------------------------------------------------------------------------------
# Xml project files
[*.{csproj,dcproj}]
charset = utf-8
indent_size = 2
# Xml files
[*.{xml,resx}]
charset = utf-8
indent_size = 2
# Xml config files
[*.{props,targets,config,nuspec}]
charset = utf-8
indent_size = 2
# JSON files
[*.json]
charset = utf-8
indent_size = 2
# YAML files
[*.{yml,yaml}]
charset = utf-8
indent_size = 2
# Shell scripts
[*.sh]
charset = utf-8
end_of_line = lf
[*.{cmd,bat}]
charset = utf-8
end_of_line = crlfmicrosoft/healthcare-shared-components
Publicmirrored fromhttps://github.com/microsoft/healthcare-shared-componentsAvailable
.editorconfig
56lines · modepreview