view .editorconfig @ 46:a3cebf1d437a

typo in STYLE.md
author David Demelier <markand@malikania.fr>
date Thu, 28 Feb 2019 09:45:37 +0100
parents 8a783de20b75
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

[*.py]
indent_style = space
indent_size = 4

[*.{html,xml,yml}]
indent_size = 4