]> git.ipfire.org Git - thirdparty/git.git/blame - .editorconfig
l10n: it.po: update the Italian translation for Git 2.24.0 round #2
[thirdparty/git.git] / .editorconfig
CommitLineData
6f9beef3 1[*]
2charset = utf-8
3insert_final_newline = true
4
b548d698 5# The settings for C (*.c and *.h) files are mirrored in .clang-format. Keep
6# them in sync.
6f9beef3 7[*.{c,h,sh,perl,pl,pm}]
8indent_style = tab
9tab_width = 8
10
11[*.py]
12indent_style = space
13indent_size = 4
14
15[COMMIT_EDITMSG]
16max_line_length = 72