From: Simon Marchi Date: Thu, 8 Feb 2024 19:14:45 +0000 (-0500) Subject: .editorconfig: handle .py.in files X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=d1d5eb64290d33ed570c863b3b41250947953b97 .editorconfig: handle .py.in files 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 Reviewed-on: https://review.lttng.org/c/babeltrace/+/11763 Reviewed-by: Philippe Proulx Tested-by: jenkins --- diff --git a/.editorconfig b/.editorconfig index c01526f4..7fca3371 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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