Skip to content

Commit eb1c312

Browse files
committed
Fix .editorconfig to make IDEA not add final newlines to the notebooks
1 parent b8b913c commit eb1c312

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
@@ -11,3 +11,6 @@ indent_size=2
1111

1212
[*.yaml]
1313
indent_size=2
14+
15+
[*.ipynb]
16+
insert_final_newline=false

0 commit comments

Comments
 (0)