]> git.ipfire.org Git - thirdparty/git.git/blame_incremental - .editorconfig
diff-files --raw: show correct post-image of intent-to-add files
[thirdparty/git.git] / .editorconfig
... / ...
CommitLineData
1[*]
2charset = utf-8
3insert_final_newline = true
4
5# The settings for C (*.c and *.h) files are mirrored in .clang-format. Keep
6# them in sync.
7[*.{c,h,sh,perl,pl,pm,txt}]
8indent_style = tab
9tab_width = 8
10
11[*.py]
12indent_style = space
13indent_size = 4
14
15[COMMIT_EDITMSG]
16max_line_length = 72