microsoft/healthcare-shared-components

Public

mirrored fromhttps://github.com/microsoft/healthcare-shared-componentsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
main

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.editorconfig

56lines · modepreview

# 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 = crlf