7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
|
|
# Defines the Chromium style for automatic reformatting.
|
||
|
|
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
||
|
|
BasedOnStyle: Chromium
|
||
|
|
---
|
||
|
|
Language: Java
|
||
|
|
BasedOnStyle: Google
|