[cairo] [rcairo] coding style: GNU -> Ruby

Kouhei Sutou kou at cozmixng.org
Tue Oct 4 17:45:06 PDT 2005


Hi,

Can I change rcairo's coding style to Ruby from GNU?

For example:

if:

  if (...)
    {
      ...
    }

      |
     \|/

  if (...) {
    ...
  }


function call:

  func (...);

      |
     \|/

  func(...);


Thanks,
--
kou


More information about the cairo mailing list