Staging
v0.5.1
https://github.com/git/git
Revision d9589d4051537c387b70dc76e430c61b4c85a86d authored by Johannes Schindelin on 04 December 2019, 22:05:10 UTC, committed by Johannes Schindelin on 06 December 2019, 15:31:24 UTC
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 5421ddd
Raw File
Tip revision: d9589d4051537c387b70dc76e430c61b4c85a86d authored by Johannes Schindelin on 04 December 2019, 22:05:10 UTC
Git 2.22.2
Tip revision: d9589d4
.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}]
indent_style = tab
tab_width = 8

[*.py]
indent_style = space
indent_size = 4

[COMMIT_EDITMSG]
max_line_length = 72
back to top