diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-05-04 11:10:26 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-05-04 11:10:26 +0200 |
| commit | 436187efa55385c2bec80981d255566d5083c9e8 (patch) | |
| tree | d844402679c49910327f2cd6b358a239db68af2b /.clang-format | |
| parent | c24348eb207fdd124b61212c27ab6951279ce322 (diff) | |
| download | chattymalloc-436187efa55385c2bec80981d255566d5083c9e8.tar.gz chattymalloc-436187efa55385c2bec80981d255566d5083c9e8.zip | |
copy speedymalloc's build system
Thanks to Florian Schmaus for most of the work.
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..9b8d6a4 --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +--- +BasedOnStyle: LLVM +ColumnLimit: 100 +TabWidth: 2 +UseTab: Always |
