File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 22# note: put developer specific settings into ~/.coarc (e.g. editor = ...)
33max_line_length = 255
44use_spaces = True
5- ignore = src/borg/(chunker.c|compress.c|hashindex.c|item.c),
6- src/borg/algorithms/(checksums.c|crc32*.c),
7- src/borg/algorithms/blake2/**,
8- src/borg/algorithms/lz4/**,
9- src/borg/algorithms/xxh64/**,
10- src/borg/algorithms/zstd/**,
5+ ignore = src/borg/(checksums.c|chunker.c|compress.c|hashindex.c|item.c),
116 src/borg/crypto/low_level.c,
127 src/borg/platform/*.c
138
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ src/borg/crypto/low_level.c
1010src /borg /hashindex.c
1111src /borg /item.c
1212src /borg /chunker.c
13- src /borg /algorithms / checksums.c
13+ src /borg /checksums.c
1414src /borg /platform /darwin.c
1515src /borg /platform /freebsd.c
1616src /borg /platform /linux.c
You can’t perform that action at this time.
0 commit comments