Revision 043a03c95a2ad6738f85b65e53b9dbdfb03b8d10 authored by XhmikosR on 28 October 2021, 14:45:21 UTC, committed by GitHub on 28 October 2021, 14:45:21 UTC
* Bump version to v4.6.1

* Dist
1 parent ef6a418
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

[*.md]
trim_trailing_whitespace = false
back to top