]> granicus.if.org Git - graphviz/commitdiff
remove Vim modeline comments in VPSC
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 21 Nov 2020 01:11:54 +0000 (17:11 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Jan 2021 18:29:33 +0000 (10:29 -0800)
These have no effect for any developer not using Vim or with modeline disabled.
A better way to achieve this now is clang-format.

lib/vpsc/block.h
lib/vpsc/blocks.h
lib/vpsc/constraint.h
lib/vpsc/csolve_VPSC.h
lib/vpsc/generate-constraints.h
lib/vpsc/pairingheap/PairingHeap.h
lib/vpsc/pairingheap/dsexceptions.h
lib/vpsc/remove_rectangle_overlap.h
lib/vpsc/solve_VPSC.h
lib/vpsc/variable.h

index b0ab83260ba5a2c3c5242f599aba21edf5912218..99ca7dfa68143cd72af56aefa663fbb0f7d750e7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**
  * \brief A block is a group of variables that must be moved together to improve
  * the goal function without violating already active constraints.
index 92864fa9fcaf46a66b04298178149f0687d3ad11..126f80d9f175e01eb46742ddf50d2c67e08ad8ce 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**
  * \brief A block structure defined over the variables
  *
index 416160076e59f6b7963c528021b1c2a8c74bd078..51bc3dd150d204e2e20a0b942861ed5742a2eccd 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**
  * \brief A constraint determines a minimum or exact spacing required between
  * two variables.
index b8e6ab8496c115ef68a15114b73ddf0e2651138f..cc7543e4f9e5d381a6a1105f70a8a0e99cf62555 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**
  * \brief Bridge for C programs to access solve_VPSC (which is in C++)
  *
index c0750d22f4cd1ec72d24f01d6fe93cf8320ef2ac..b4337b68fe0db021da3ae26d470611633fccc542 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**
  * \brief Functions to automatically generate constraints for the rectangular
  * node overlap removal problem.
index c64c337edbb90cfcbf15166d8aebd2bf8d7e8848..555f13b5123cbabffa208eb2bf3c9193fb7357c5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**
  * \brief Pairing heap datastructure implementation
  *
index 17ea73fb5831c425ae60d06f22b1444c5a563680..4bf79bd9c5553334dc03ca13963e247e42e42325 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 #pragma once
 
 class Underflow { };
index 2990b1017dcb3feebbbed35ec2b2fc0984b46953..4fddd45c90906baff14e40568838f41b8ac8b9c2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**
  * \brief remove overlaps between a set of rectangles.
  *
index 13d909697abd4559778bdbd1cc2a60c995b6565f..2017494f474d21f9a07eb3f53b14236e8b595987 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**
  * \brief Solve an instance of the "Variable Placement with Separation
  * Constraints" problem.
index 675d87326658decf7a6ad6bf0cf643f5acb8ec76..03d7012c5d1f2247676ddda0799f3b31392af031 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**
  *
  * Authors: