summaryrefslogtreecommitdiffstats
path: root/.clang-format
Commit message (Collapse)AuthorAge
* Add some configuration files for code style toolingRémi Nicole2018-02-26
Summary: Tools: - [EditorConfig](http://editorconfig.org/) - [Clang Format](https://clang.llvm.org/docs/ClangFormat.html) Code style: - ClangFormat taken from Sink's configuration with small modifications: - max width set to 100 characters - do not pack arguments and initializer list elements - no space inside brace lists - EditorConfig: UNIX style text files, 4 spaces for indentation Reviewers: cmollekopf Reviewed By: cmollekopf Tags: #kube Differential Revision: https://phabricator.kde.org/D10740