# HG changeset patch
# User Sjoerd Mullender <sjoerd@acm.org>
# Date 1603291065 -7200
# Node ID d7abecd6b9f0583e60de55dcd3514163a1fbbf7a
# Parent  590d4de6d8fd51439efed9bbfdd7202cc4643487
Added .bumpversion.cfg and .editorconfig files.

diff --git a/.bumpversion.cfg b/.bumpversion.cfg
new file mode 100644
--- /dev/null
+++ b/.bumpversion.cfg
@@ -0,0 +1,13 @@
+[bumpversion]
+current_version = 1.1-3
+parse = (?P<major>\d+)\.(?P<minor>\d+)-(?P<release>\d+)
+serialize = {major}.{minor}-{release}
+commit = False
+tag = False
+
+[bumpversion:part:release]
+first_value = 1
+
+[bumpversion:file:perl-DBD-monetdb.spec]
+parse = Version:\s+(?P<major>\d+)\.(?P<minor>\d+)\nRelease:\s+(?P<release>\d+)
+serialize = Version:	{major}.{minor}\nRelease:	{release}
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+charset = utf-8
+max_line_length = 120
+indent_style = tab
+tab_width = 4
+indent_size = tab
diff --git a/COPYING b/COPYING
--- a/COPYING
+++ b/COPYING
@@ -35,7 +35,7 @@ 1.6. "Executable Form"
     means any form of the work other than Source Code Form.
 
 1.7. "Larger Work"
-    means a work that combines Covered Software with other material, in 
+    means a work that combines Covered Software with other material, in
     a separate file or files, that is not Covered Software.
 
 1.8. "License"
diff --git a/debian/copyright b/debian/copyright
--- a/debian/copyright
+++ b/debian/copyright
@@ -44,7 +44,7 @@ License: MPL-2.0
      means any form of the work other than Source Code Form.
  .
  1.7. "Larger Work"
-     means a work that combines Covered Software with other material, in 
+     means a work that combines Covered Software with other material, in
      a separate file or files, that is not Covered Software.
  .
  1.8. "License"