diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-05 14:41:50 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-05 14:41:50 +0200 |
commit | c129df28338644c43b0a202ff71e1ff61107e765 (patch) | |
tree | 5ca578f2f28ab1bc16f934e1905f8c647da99797 /.editorconfig | |
parent | ce495dfbfd3eaecb84b3c536ad2176a7249d5b19 (diff) |
WIP time2tex
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
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 |