Files
flutter-webrtc/.clang-format
CloudWebRTC 10ae7e90b6 Add support for windows. (#290)
* Add support for windows.

* Add .clang-format.

* Fix compile error for windows.

* Fix video renderer and data channel for windows.

* Update README.md
2021-01-20 20:53:59 +08:00

13 lines
475 B
YAML

# Defines the Chromium style for automatic reformatting.
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: Chromium
# This defaults to 'Auto'. Explicitly set it for a while, so that
# 'vector<vector<int> >' in existing files gets formatted to
# 'vector<vector<int>>'. ('Auto' means that clang-format will only use
# 'int>>' if the file already contains at least one such instance.)
Standard: Cpp11
SortIncludes: true
---
Language: ObjC
ColumnLimit: 100