mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 02:41:28 +00:00
Integrates Tint repo into Dawn KIs: - Building docs for Tint is turned off, because it fails due to lack of annotations in Dawn source files. - Dawn CQ needs to be updated to run Tint specific tests - Significant post-merge cleanup needed R=bclayton,cwallez BUG=dawn:1339 Change-Id: I6c9714a0030934edd6c51f3cac4684dcd59d1ea3
21 lines
449 B
YAML
21 lines
449 B
YAML
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
BasedOnStyle: Chromium
|
|
Standard: Cpp11
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
ColumnLimit: 100
|
|
|
|
# Use 4 space indents
|
|
IndentWidth: 4
|
|
ObjCBlockIndentWidth: 4
|
|
AccessModifierOffset: -2
|
|
|
|
CompactNamespaces: true
|
|
|
|
# This should result in only one indentation level with compacted namespaces
|
|
NamespaceIndentation: All
|
|
|
|
# Use this option once clang-format 6 is out.
|
|
IndentPPDirectives: AfterHash
|