From d1d5eb64290d33ed570c863b3b41250947953b97 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 8 Feb 2024 14:14:45 -0500 Subject: [PATCH] .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 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1