view .editorconfig @ 23:6081cc143d37

backlight: add OpenBSD support
author David Demelier <markand@malikania.fr>
date Thu, 26 Mar 2020 12:35:53 +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