add clang-format conf to the project, format the c++ code (#1141)

This commit is contained in:
adiviness
2019-06-11 13:27:09 -07:00
committed by GitHub
parent 6fc0978ddb
commit 9b92986b49
523 changed files with 11376 additions and 12481 deletions

View File

@@ -38,4 +38,3 @@ const std::wstring_view* TextBufferTextIterator::operator->() const
{
return &_view.Chars();
}