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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2020-04-24 13:11:16 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-04-24 13:11:16 +0300
commitd380a6d08827199c0532df1c2a221cbdea224a08 (patch)
tree5549ac56f8d7482ef33e29092ea0d71f875de1c6
parent0520ec9f90e12187048456616cf3ba3489f1b9e6 (diff)
parent8f8b8f5f5d89fd686007888882022e8c982c47e0 (diff)
Merge branch 'pks-editorconfig-md' into 'master'
Add configuration for markdown files See merge request gitlab-org/gitaly!2101
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 108807698..ddfa03bda 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -17,6 +17,9 @@ indent_style = tab
indent_size = 8
tab_width = 8
+[**.md]
+max_line_length = 80
+
[**.proto]
indent_style = space
indent_size = 2