view .editorconfig @ 678:4d90d8d138c3 default tip @

misc: update README.md
author David Demelier <markand@malikania.fr>
date Thu, 24 Mar 2022 07:34:12 +0100
parents 5bd9424a523a
children
line wrap: on
line source

root = true

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