Fix for Geolocation webTCT failures
[platform/framework/web/chromium-efl.git] / third_party / dawn / .clang-format
1 # http://clang.llvm.org/docs/ClangFormatStyleOptions.html
2 BasedOnStyle: Chromium
3
4 ColumnLimit: 100
5
6 # Use 4 space indents
7 IndentWidth: 4
8 ObjCBlockIndentWidth: 4
9 AccessModifierOffset: -2
10 InsertBraces: true