More work on the diff kitten

This commit is contained in:
Kovid Goyal
2018-04-21 15:45:16 +05:30
parent 82acd6b511
commit 6929358976
5 changed files with 223 additions and 33 deletions

9
kittens/diff/config.py Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env python
# vim:fileencoding=utf-8
# License: GPL v3 Copyright: 2018, Kovid Goyal <kovid at kovidgoyal.net>
formats = {
'title': '',
'margin': '',
'text': '',
}