summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-06-04 15:40:08 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-06-05 08:22:34 +1000
commit94c036d72b0269b4c1e0e0776267ce375adb6870 (patch)
tree79d10257ef9c5fa7248c264b148507125396b3f6 /.editorconfig
parentef611a803ef7cd1bc7147bfdc453ca1ee380e095 (diff)
downloadwayland-94c036d72b0269b4c1e0e0776267ce375adb6870.tar.gz
editorconfig: add settings for the .gitlab-ci.yml file
Different indentation and we don't want a fixed line length here, wrapping yaml is prone to introduce bugs. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 50b7740..d92e5e9 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -17,3 +17,8 @@ tab_width = 8
[*.py]
indent_style = space
indent_size = 4
+
+[*.yml]
+indent_style = space
+indent_size = 2
+max_line_length = off