Revision 24baa5e61d3c8f11a9dae0c51b0510757d5fe43e authored by Ramesh Thiruchelvam on 29 November 2021, 08:42:00 UTC, committed by Dylan Hunn on 30 November 2021, 19:24:26 UTC
to be consistent with the validator token, have the example code for the async validator token.

PR Close #44301
1 parent 96dfc7a
Raw File
.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