view .editorconfig @ 607:f8616f9fc9d5

Misc: merge executable_path into one function
author David Demelier <markand@malikania.fr>
date Thu, 29 Jun 2017 09:20:24 +0200
parents 6872b3c443c7
children 5bd9424a523a
line wrap: on
line source

root = true

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