1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-06-02 03:12:30 +08:00
angular-cli/.editorconfig
2018-06-05 18:50:06 -07:00

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