repos
/ timestrap-django master

timestrap-django

mirror archived upstream

Time tracking you can host anywhere, built on Django. Full export support in multiple formats and easily extensible.

djangodockerhandcodedpythonself-hostedtime-trackingtimetracker

228 B · 17 lines · INI Raw History
 1root = true
 2
 3[*]
 4charset = utf-8
 5indent_style = space
 6indent_size = 2
 7end_of_line = lf
 8insert_final_newline = true
 9trim_trailing_whitespace = true
10
11[*.py]
12indent_size = 4
13
14[*.md]
15trim_trailing_whitespace = false
16indent_size = 4