view .editorconfig @ 20:232b390f1682

doc: minor typo
author David Demelier <markand@malikania.fr>
date Sun, 09 Feb 2020 10:53:55 +0100
parents ecda5dd72b79
children
line wrap: on
line source

root = true

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

[Makefile]
indent_style = tab
indent_size = 8