diff options
author | Ben Smith <binji@chromium.org> | 2015-09-16 16:07:29 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-09-16 16:07:29 -0700 |
commit | cad2b978553dd91c22922d665a5839e66fd1c76d (patch) | |
tree | 85b9b08684cca72a506d543b93228d214f7665df /.clang-format | |
parent | a52e0832b6074e5a16b5c215c3b3055b080addc5 (diff) | |
download | wabt-cad2b978553dd91c22922d665a5839e66fd1c76d.tar.gz wabt-cad2b978553dd91c22922d665a5839e66fd1c76d.tar.bz2 wabt-cad2b978553dd91c22922d665a5839e66fd1c76d.zip |
add .clang-format
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..3f19e616 --- /dev/null +++ b/.clang-format @@ -0,0 +1 @@ +BasedOnStyle: Chromium |