﻿# EditorConfig is awesome: http://EditorConfig.org

# Top-most EditorConfig file
root = true

[*]
# Windows-style newlines
end_of_line = crlf

# 4-column space indentation
indent_style = space
indent_size = 4

charset = utf-8
trim_trailing_whitespace = true

max_line_length = 160

insert_final_newline = true

[*.{csproj,vbproj}]
insert_final_newline = false
charset = utf-8-bom

[project.json]
insert_final_newline = false
charset = utf-8-bom

[*.nuget.targets]
insert_final_newline = false
charset = utf-8-bom

[*.json]
# 2-column space indentation
indent_size = 2
