projects
/
timetracker.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Work in progress on configurable display options.
[timetracker.git]
/
.editorconfig
1
# http://editorconfig.org
2
3
root = true
4
5
[*]
6
charset = utf-8
7
indent_style = space
8
indent_size = 2
9
end_of_line = lf
10
trim_trailing_whitespace = false
11
insert_new_final_line = false