/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
editorconfig: provide editor settings for Git developers
[git/git.git]
/
.editorconfig
1
[*]
2
charset = utf-8
3
insert_final_newline = true
4
5
[*.{c,h,sh,perl,pl,pm}]
6
indent_style = tab
7
tab_width = 8
8
9
[*.py]
10
indent_style = space
11
indent_size = 4
12
13
[COMMIT_EDITMSG]
14
max_line_length = 72