diff options
| author | Karl Schultz <karl@lunarg.com> | 2016-02-09 10:10:34 -0700 |
|---|---|---|
| committer | Karl Schultz <karl@lunarg.com> | 2016-02-09 10:10:34 -0700 |
| commit | af66a7545df652eef49cdc0efcfafe43776a2d77 (patch) | |
| tree | 6342134366cfc932041acad7cf5092ac652b3653 | |
| parent | 3fb413a7c7fafc92aa41c8c6b9bff3ac889b6cf4 (diff) | |
| download | usermoji-af66a7545df652eef49cdc0efcfafe43776a2d77.tar.xz | |
Add .clang-format: LLVM style with IndentWidth of 4.
| -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 00000000..74049cfe --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +--- +# We'll use defaults from the LLVM style, but with 4 columns indentation. +BasedOnStyle: LLVM +IndentWidth: 4 +... |
