Fwd: code formating
by Samuel Chase
---------- Forwarded message ----------
From: Samuel Chase <samebchase@...400...>
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
8 years, 11 months
code formating
by Jabiertxo Arraiza Cenoz
Hi to all.
Im trying to format code with Clang formater and Astyle.
Both give me diferent results.
I find some GTK::Widget chains -connect- don`t indented by Astyle.
Clang format indent with 2 spaces and Astyle with 4.
Cheers, Jabier.
8 years, 11 months