view .editorconfig @ 83:a55c0d7ff8fa

pasterd: improve default theme
author David Demelier <markand@malikania.fr>
date Fri, 17 Mar 2023 10:49:24 +0100
parents 67b3d13a5035
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

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