2021-04-07 12:24:15 +03:00
|
|
|
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
|
|
|
|
|
2024-08-02 03:11:48 +03:00
|
|
|
[*.json]
|
|
|
|
indent_size = 2
|
|
|
|
|
2024-06-21 20:41:16 +03:00
|
|
|
[*.rs]
|
|
|
|
end_of_line = lf
|
|
|
|
|
2021-04-07 12:24:15 +03:00
|
|
|
[*.toml]
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[*.{yaml,yml}]
|
|
|
|
indent_size = 2
|