view .editorconfig @ 36:81d45b439e58

.editorconfig keeps messing up my yaml
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Thu, 17 Dec 2020 14:02:03 +0100 (2020-12-17)
parents d7abecd6b9f0
children
line wrap: on
line source
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
max_line_length = 120
indent_style = tab
tab_width = 4
indent_size = tab

[*.yml]
indent_style = space
indent_size = 2