You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{json,csproj,xml,props}]
insert_final_newline = false
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.cs]
dotnet_separate_import_directive_groups = true
dotnet_sort_system_directives_first = true
file_header_template = Copyright (c) E5R Development Team. All rights reserved.\nThis file is a part of E5R.Zero.\nLicensed under the Apache version 2.0: https://github.com/e5r/manifest/blob/master/license/APACHE-2.0.txt