]> gitweb.fluxo.info Git - blog.git/commitdiff
Graph coding style
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 6 Aug 2018 14:08:19 +0000 (11:08 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 6 Aug 2018 14:08:19 +0000 (11:08 -0300)
books/filosofia/metodo/tetragrama.dot

index ccce310b50fcb37330fbaa00f6809013767dc97e..937e2ed9d7eeedcfd73d0cdc81c6989229814f9c 100644 (file)
@@ -1 +1,8 @@
-graph { ordem -- desordem; ordem -- organizacao; ordem -- interacoes; desordem -- interacoes; desordem -- organizacao; organizacao -- interacoes }
+graph {
+  ordem       -- desordem;
+  ordem       -- organizacao;
+  ordem       -- interacoes;
+  desordem    -- interacoes;
+  desordem    -- organizacao;
+  organizacao -- interacoes
+}