]> git.proxmox.com Git - libgit2.git/blobdiff - .editorconfig
New upstream version 1.1.0+dfsg.1
[libgit2.git] / .editorconfig
index d4b41901294053d31c2e94124fe880c87798ef52..2230fd860023639f17b2d1df1125846d8317ebff 100644 (file)
@@ -1,15 +1,21 @@
 ; Check http://editorconfig.org/ for more informations
-; Top-most EditorConfig file
 root = true
 
-; tab indentation
 [*]
 indent_style = tab
+tab_width = 8
 trim_trailing_whitespace = true
 insert_final_newline = true
 
-; 4-column space indentation
+[*.yml]
+indent_style = space
+indent_size = 2
+
 [*.md]
 indent_style = space
 indent_size = 4
 trim_trailing_whitespace = false
+
+[*.py]
+indent_style = space
+indent_size = 4