Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.editorconfig - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8667740e1d73c852921b77dd917be1db1a4bb693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[*]
charset = utf-8
insert_final_newline = true

[*.{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