azure-sdk-for-rust/.editorconfig

24 строки
362 B
INI

root = true
[*]
file_header_template = Copyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the MIT License.
insert_final_newline = true
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
[*.json]
indent_size = 2
[*.ps1]
indent_size = 2
[*.rs]
end_of_line = lf
[*.toml]
indent_size = 2
[*.{yaml,yml}]
indent_size = 2