We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d22aa0 commit 5d96072Copy full SHA for 5d96072
.editorconfig
@@ -3,4 +3,9 @@ root = true
3
[*.py]
4
indent_style = tab
5
indent_size = 4
6
-trim_trailing_whitespace = true
+trim_trailing_whitespace = true
7
+
8
+[*.ipynb]
9
+indent_style = tab
10
+indent_size = 4
11
0 commit comments