.editorconfig: handle .py.in files
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 8 Feb 2024 19:14:45 +0000 (14:14 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 9 Feb 2024 15:36:29 +0000 (10:36 -0500)
Handle .py.in files the same as Python, so that editors use the proper
whitespace settings when editing `setup.py.in`.

Change-Id: Ic02716165d8c809ff152552fb7d9cc160c2435de
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11763
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
.editorconfig

index c01526f4f12e41e35a10e81d8ba74cb8763147ae..7fca3371465aca276315dfa81db3497a6813155c 100644 (file)
@@ -9,7 +9,7 @@ indent_size = 8
 indent_style = tab
 tab_width = 8
 
-[*.{py,hpp,cpp}]
+[*.{py,py.in,hpp,cpp}]
 indent_style = space
 indent_size = 4
 
This page took 0.024524 seconds and 4 git commands to generate.