mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-12 21:09:04 +00:00
Merge pull request #2550 from KindDragon/patch-2
.editorconfig added to repository
This commit is contained in:
commit
6f3082d90f
14
.editorconfig
Normal file
14
.editorconfig
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
; 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
|
Loading…
Reference in New Issue
Block a user