From b65ea160958d527be7f43e30617c18973d4d0988 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 14 Sep 2017 17:31:54 +0000 Subject: [PATCH] Match spacing in the topology.c file git-svn-id: http://svn.osgeo.org/postgis/trunk@15735 b70326c6-7e19-0410-871a-916f4a2858ee --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 32faebe2d..336464cbe 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,6 +17,10 @@ trim_trailing_whitespace = false [*.{c,h}] indent_style = tab +# Perl files want tab indentation +[*.{pl}] +indent_style = tab + # SQL files want tab indentation [*.{sql,sql.in}] indent_style = tab @@ -24,6 +28,7 @@ indent_style = tab # topology C files want space indentation [topology/*.{c,h}] indent_style = space +indent_size = 2 # topology C files want space indentation [liblwgeom/lwgeom_topo.{c,h}] -- 2.40.0