https://github.com/angular/angular
Raw File
Tip revision: 345940bbc1b726c52dc9966801bd32dd051c82cb authored by Misko Hevery on 24 June 2020, 18:46:57 UTC
release: cut the v10.0.0 release
Tip revision: 345940b
.editorconfig
# https://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
back to top