cppcoro icon indicating copy to clipboard operation
cppcoro copied to clipboard

Add .editorconfig and .clang-format files to help with consistent formatting by multiple contributors

Open lewissbaker opened this issue 6 years ago • 2 comments

From comment in #45.

lewissbaker avatar Sep 07 '17 12:09 lewissbaker

Probably also want to run clang-format over the code to get a consistent baseline style once these have been added.

lewissbaker avatar Sep 07 '17 12:09 lewissbaker

Commit bdd7ccc88d8fce7c4543d3c153df430b6dc789a9 adds initial versions of .editorconfig and .clang-format

These should most-closely mirror current style. I'll apply clang-format to existing files after resolution for #45 has been merged to avoid unnecessary conflicts.

lewissbaker avatar Sep 09 '17 12:09 lewissbaker