From f504a98d651337d4de29e8695f280136ec651778 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Sat, 28 Mar 2020 15:12:28 -0700 Subject: [PATCH] Added vimtags to bosl1compat.scad --- bosl1compat.scad | 1 + version.scad | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bosl1compat.scad b/bosl1compat.scad index d068686..9f9abad 100644 --- a/bosl1compat.scad +++ b/bosl1compat.scad @@ -70,4 +70,5 @@ module thinning_brace(h=50, l=100, thick=5, ang=30, strut=5, wall=3, center=true thinning_triangle(h=h, l=l, thick=thick, ang=ang, strut=strut, wall=wall, diagonly=true, center=center); +// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap diff --git a/version.scad b/version.scad index 8a2ced7..c92da00 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,236]; +BOSL_VERSION = [2,0,237]; // Section: BOSL Library Version Functions