Skip to content
Snippets Groups Projects
Commit 504b0c2b authored by Joejiong's avatar Joejiong
Browse files

add .clang-format

parent d107b337
No related branches found
No related tags found
No related merge requests found
# This file is used by clang-format to autoformat buddy-compiler source code
#
# The clang-format is part of llvm toolchain.
# It need to install llvm and clang to format source code style.
#
# The basic usage is,
# clang-format -i -style=file PATH/TO/SOURCE/CODE
#
# The -style=file implicit use ".clang-format" file located in one of
# parent directory.
# The -i means inplace change.
#
# The document of clang-format is
# http://clang.llvm.org/docs/ClangFormat.html
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: LLVM
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment