diff .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 diff
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,3 +7,7 @@ max_line_length = 120
 indent_style = tab
 tab_width = 4
 indent_size = tab
+
+[*.yml]
+indent_style = space
+indent_size = 2