Add some configuration files for code style tooling
ClosedPublic

Authored by rnicole on Feb 22 2018, 12:17 PM.

Details

Summary

Tools:

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

Diff Detail

Repository
R162 Kube
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
rnicole requested review of this revision.Feb 22 2018, 12:17 PM
rnicole created this revision.
cmollekopf accepted this revision.Feb 26 2018, 9:55 AM
This revision is now accepted and ready to land.Feb 26 2018, 9:55 AM
This revision was automatically updated to reflect the committed changes.