1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-31 01:34:40 +08:00
angular-cli/.editorconfig
2020-08-05 08:18:24 -04:00

17 lines
282 B
INI

# https://editorconfig.org
root = true
[*.ts]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
spaces_around_brackets = inside
trim_trailing_whitespace = true
quote_type = single
[*.md]
insert_final_newline = false
trim_trailing_whitespace = true