Documentation

Commentary

This mode allows you to align regions in a context-sensitive fashion.
The classic use is to align assignments:

   int a = 1;
   short foo = 2;
   double blah = 4;

becomes

   int    a    = 1;
   short  foo  = 2;
   double blah = 4;

Requires

Dependencies

No package dependencies recorded.