4 lines
161 B
YAML
4 lines
161 B
YAML
# Defines the Google C++ style for automatic reformatting.
|
|
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
BasedOnStyle: Google
|
|
MaxEmptyLinesToKeep: 1
|