Revision f77a58b3816f8a85ecf4f629fe6c0671512dec08 authored by XhmikosR on 30 January 2022, 14:11:38 UTC, committed by GitHub on 30 January 2022, 14:11:38 UTC
* use `en-US`
* scan all markdown files
* ignore dist, rtl and tests files
1 parent dcbe7b6
Raw File
.editorconfig
# editorconfig.org

root = true

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