---------- Forwarded message ----------
From: Samuel Chase <samebchase@...1857...00...>
Date: Wed, Jul 2, 2014 at 12:44 PM
Subject: Re: [Inkscape-devel] code formating
To: jabier.arraiza@...2893...


Hi Jabier,

Try using clang-format -assume-filename=<toplevel-inkscape-src-dir>/_clang-format <FILE>.cpp
That has the appropriate options set to 4 spaces.

You could also copy that file to ``.clang-format``, and then clang-format will autmatically find it if you are working in an Inkscape subdirectory.

Samuel