[SCM] PostGIS branch master updated. 3.5.0-73-g31a5529de
git at osgeo.org
git at osgeo.org
Mon Nov 18 01:59:57 PST 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 31a5529dec9ad608fa5a7757cbc2844824d29fd3 (commit)
from 5a471754bafd5c02e93110865d3e123c6cddfd33 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 31a5529dec9ad608fa5a7757cbc2844824d29fd3
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Nov 18 10:58:43 2024 +0100
Tabs to spaces in NEWS file
diff --git a/.editorconfig b/.editorconfig
index 8b62171f9..fa6aa5610 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,6 +10,10 @@ end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
+[NEWS]
+indent_style = space
+indent_size = 2
+
[*_expected]
trim_trailing_whitespace = false
diff --git a/NEWS b/NEWS
index c0ec7eaee..20da4b96d 100644
--- a/NEWS
+++ b/NEWS
@@ -13,5 +13,5 @@ PostGIS 3.6.0
- #1247, ST_AsRasterAgg (Sandro Santilli)
- #5784, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use
(Maxime Schoemans)
- - GT-228 Add new functions (Scale, Translate, Rotate, Buffer 3D and
- Straight Skeleton Partition) from SFCGAL 2 (Loïc Bartoletti)
+ - GT-228 Add new functions (Scale, Translate, Rotate, Buffer 3D and
+ Straight Skeleton Partition) from SFCGAL 2 (Loïc Bartoletti)
-----------------------------------------------------------------------
Summary of changes:
.editorconfig | 4 ++++
NEWS | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list