diff options
| author | 2020-10-01 04:28:13 -0400 | |
|---|---|---|
| committer | 2020-10-01 04:28:13 -0400 | |
| commit | 4c200513158ad0b974cda961deffe6192830ecae (patch) | |
| tree | 110c4fde4b0d47d0a273de7f3cbe98528e8e7e9e /.clang-format | |
| parent | f114f3ad193313676be1de0d9388b9062a8559ab (diff) | |
| download | mauri-4c200513158ad0b974cda961deffe6192830ecae.tar.gz mauri-4c200513158ad0b974cda961deffe6192830ecae.tar.bz2 mauri-4c200513158ad0b974cda961deffe6192830ecae.zip | |
switch to c++, add dxt5 and dxt1 handling
Diffstat (limited to '.clang-format')
| -rwxr-xr-x | .clang-format | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100755 index 0000000..1190ef5 --- /dev/null +++ b/.clang-format @@ -0,0 +1,4 @@ +BasedOnStyle: Microsoft +IndentWidth: 4 +ColumnLimit: 0 + |