powerplatform-vscode/.editorconfig

19 строки
307 B
INI

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
# https://editorconfig.org/
root = true
[*]
charset = utf-8
end_of_line = crlf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{cs,js,ts}]
indent_size = 4
[*.{json,md,yaml,yml}]
indent_size = 2