[M120 Migration][VD] Fix window lost focus after dialog close
[platform/framework/web/chromium-efl.git] / v8 / .clang-format
1 # Defines the Google C++ style for automatic reformatting.
2 # http://clang.llvm.org/docs/ClangFormatStyleOptions.html
3 BasedOnStyle: Google
4 DerivePointerAlignment: false
5 MaxEmptyLinesToKeep: 1
6 IfMacros: ['IF', 'IF_NOT', 'ELSE', 'ELSE_IF']