This commit also updates the projects to more closely match what a newly generated app would look like with the exception of `tslint.json` files, which would create too many linting failures. These will be updated in a follow-up PR. PR Close #36145
17 lines
274 B
INI
17 lines
274 B
INI
# Editor configuration, see https://editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.ts]
|
|
quote_type = single
|
|
|
|
[*.md]
|
|
max_line_length = off
|
|
trim_trailing_whitespace = false
|