azure-sdk-for-rust/.editorconfig

21 строка
337 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
2024-06-21 20:41:16 +03:00
[*.rs]
end_of_line = lf
[*.toml]
indent_size = 2
[*.{yaml,yml}]
indent_size = 2