Staging
v0.5.1
https://github.com/git/git
Revision de88ac70f3a801262eb3aa087e5d9a712be0a54a authored by Junio C Hamano on 22 May 2021, 09:27:45 UTC, committed by Junio C Hamano on 22 May 2021, 09:29:01 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 378c7c6
Raw File
Tip revision: de88ac70f3a801262eb3aa087e5d9a712be0a54a authored by Junio C Hamano on 22 May 2021, 09:27:45 UTC
Git 2.32-rc1
Tip revision: de88ac7
.editorconfig
[*]
charset = utf-8
insert_final_newline = true

# The settings for C (*.c and *.h) files are mirrored in .clang-format.  Keep
# them in sync.
[*.{c,h,sh,perl,pl,pm,txt}]
indent_style = tab
tab_width = 8

[*.py]
indent_style = space
indent_size = 4

[COMMIT_EDITMSG]
max_line_length = 72
back to top