mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-20 03:51:05 +00:00
15 lines
272 B
INI
15 lines
272 B
INI
; Check http://editorconfig.org/ for more informations
|
|
; Top-most EditorConfig file
|
|
root = true
|
|
|
|
; tab indentation
|
|
[*]
|
|
indent_style = tab
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
; 4-column space indentation
|
|
[*.md]
|
|
indent_style = space
|
|
indent_size = 4
|