summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2016-09-15 21:10:13 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2016-09-15 21:10:13 +0200
commit130f035031c2cb4e37e30b9fc5a0666e726dd0b6 (patch)
tree614b8ea0b5bad7b48d27713cc6b4811704cd9cb8 /.clang-format
parent5b79f97e7ded30a267722811a08414b19cbdd20f (diff)
parent7d5c7bb72b11f145190fa329949f478f987ceb4f (diff)
Merge branch 'dev'
* dev: updated version number in readme explicit word sizes for index_t and coefficient_t pretty-print removed unneccesary check in file reader cleanup changed to more general default format added debug version to makefile cleaned up detection of apparent persistence pairs packed entry_t cleanup cleanup union find implementation union find for H^0 fixed compressed_distance_matrix access cleanup cleanup to remove compiler warning added reduction matrix option to Makefile updated readme fixed csv reader fixed format selection for distance matrix
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 1975b19..598d7c2 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,7 +1,7 @@
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
-ColumnLimit: 100
+ColumnLimit: 120
AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true