mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 09:37:18 +08:00
16 lines
261 B
INI
16 lines
261 B
INI
# http://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
|
|
|
|
[*.md]
|
|
insert_final_newline = false
|
|
trim_trailing_whitespace = true
|