summaryrefslogtreecommitdiffstats
path: root/_clang-format (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to trunk r13621Liam P. White2014-10-171-1/+1
|\ | | | | (bzr r13341.1.278)
| * Change clang-format configurationJohan B. C. Engelen2014-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prefer ParamColor::ParamColor(const gchar *name, const gchar *guitext, const gchar *desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar *gui_tip, Inkscape::Extension::Extension *ext, Inkscape::XML::Node *xml) : Parameter(name, guitext, desc, scope, gui_hidden, gui_tip, ext) , _value(0) , _changeSignal(0) { over ParamColor::ParamColor(const gchar *name, const gchar *guitext, const gchar *desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar *gui_tip, Inkscape::Extension::Extension *ext, Inkscape::XML::Node *xml) : Parameter(name, guitext, desc, scope, gui_hidden, gui_tip, ext), _value(0), _changeSignal(0) { (bzr r13592)
* | update clang format spec for latest clangformat versionJohan B. C. Engelen2014-06-051-0/+9
|/ | | (bzr r13341.1.48)
* improve clang-format settingsJohan B. C. Engelen2013-11-011-4/+4
| | | (bzr r12762)
* add clang-format file, not sure if all settings are set the way we want them ↵Johan B. C. Engelen2013-10-311-0/+43
to be (bzr r12757)