From b9cb042e492788c45f18ec90bddc5ced2a6804f5 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Thu, 8 Feb 2018 15:28:30 -0500 Subject: [PATCH] Update boxes-config with Fortran box As a Fortran programmer, it's nice to have a box that uses the Fortran ! comment character --- boxes-config | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/boxes-config b/boxes-config index dea031e..1265a76 100644 --- a/boxes-config +++ b/boxes-config @@ -2878,4 +2878,36 @@ elastic (n, e, s, w) END important3 +# ============================================================================ + + +BOX fortran + +author "Matt Thompson " +designer "(public domain)" +revision "1.0" +created "2018-02-08" + +sample + !!!!!!!!!!!!! + ! ! + ! ! + !!!!!!!!!!!!! +ends + +shapes { + nw ("!") n ("!") + se ("!") e ("!") + sw ("!") s ("!") + ne ("!") w ("!") +} + +padding { h 1 } + +elastic (n,s,e, w) + +END fortran + +# ============================================================================ + #EOF vim: set ai sw=4: