Skip to content

Commit 5d96072

Browse files
authored
Update .editorconfig
1 parent 8d22aa0 commit 5d96072

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.editorconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ root = true
33
[*.py]
44
indent_style = tab
55
indent_size = 4
6-
trim_trailing_whitespace = true
6+
trim_trailing_whitespace = true
7+
8+
[*.ipynb]
9+
indent_style = tab
10+
indent_size = 4
11+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)