summaryrefslogtreecommitdiffstats
path: root/_clang-format (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Standard: Cpp11Thomas Holder2018-12-241-1/+1
| | | | Fixes formatting of UTF-8 literals (u8"...")
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* BreakBeforeBraces: Stroustrup -> WebKitThomas Holder2018-11-021-1/+1
| | | | Don't break before "catch" and "else"
* 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)