summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2019-08-01 13:35:27 +0200
committerGitHub <noreply@github.com>2019-08-01 13:35:27 +0200
commit8f7fd981a6d61cc7622afb08c3d01ba3b4e2b487 (patch)
tree3c197575663aeb7a019d82bbb3d598658b7f9887
parent56e7aaf0440fc542f70b392ffadacc65038cddf9 (diff)
parentab545014a1d3cc1998d8582848693761587ade20 (diff)
downloadlibgit2-8f7fd981a6d61cc7622afb08c3d01ba3b4e2b487.tar.gz
Merge pull request #5183 from pks-t/pks/editorconfig
editorconfig: update to match our coding style
-rw-r--r--.editorconfig8
1 files changed, 5 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig
index d4b419012..34c5e9234 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,14 +1,16 @@
; 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