Skip to content

Commit 024aa7a

Browse files
committed
editorconfig: preserve final newline in YAML
I'm not sure why this is defaulted to `false` for all file types, so this just enables it for YAML for now. Signed-off-by: Milas Bowman <[email protected]>
1 parent 7d6f179 commit 024aa7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ indent_size = 2
1616
indent_style = space
1717
indent_size = 4
1818

19+
[*.{yaml}]
20+
insert_final_newline = true
21+
1922
[Makefile]
2023
indent_style = tab

0 commit comments

Comments
 (0)