Skip to content

Commit 13a6ee9

Browse files
committed
Include editor configs for Python code and justfiles
1 parent 5876a5b commit 13a6ee9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
insert_final_newline = true
33
indent_size = 2
44

5+
[*.py]
6+
indent_size = 4
7+
58
[*.rs]
69
indent_size = 4
10+
11+
[justfile]
12+
indent_size = 4

0 commit comments

Comments
 (0)