aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-05 14:41:50 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-05 14:41:50 +0200
commitc129df28338644c43b0a202ff71e1ff61107e765 (patch)
tree5ca578f2f28ab1bc16f934e1905f8c647da99797 /.editorconfig
parentce495dfbfd3eaecb84b3c536ad2176a7249d5b19 (diff)
WIP time2tex
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 1bd7da9..cb52f84 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,7 +5,7 @@ indent_style = tab
end_of_line = lf
insert_final_newline = true
-[*.{md,yml}]
+[*.{md,yml,py}]
indent_style = space
indent_size = 2