From 901c59b6447529ae3d088f450b844297422357b9 Mon Sep 17 00:00:00 2001 From: dcheng <102439573+dcheng2022@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:26:25 -0500 Subject: [PATCH] apply tabs to spaces filter for all Python files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 643cf894..9d818a45 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,6 @@ openbabel/data/* text eol=lf openbabel/data/*.png binary Makefile text eol=lf *.sh text eol=lf + +# Apply spabs filter +*.py filter=spabs