aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2020-08-18 16:00:32 -0700
committerGerald Combs <gerald@wireshark.org>2020-08-23 17:46:18 -0700
commit50550708ccc069ed127197761d400892e8dcde02 (patch)
tree2d138bc60d3bc12caa069fad57900cd9908f098f /.editorconfig
parent69ab0b00afd1a5ded9d86214bd1c2c134e028d3b (diff)
Add merge request jobs to GitLab CI and migrate commit validation.
Copy the Buildbot petri dish builder steps to corresponding GitLab CI jobs. Update validate-commit.py to look for old "Bug:" and "Ping-Bug:" references and have it call `git stripspace` directly. tools/commit-msg was specific to Gerrit, so remove it. Change-Id: Icbc54709052f44c941db9ad6a5dcf596292782a2
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 1bd0e713cd..cb6c225d87 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -39,6 +39,11 @@ indent_size = 2
indent_style = space
indent_size = 2
+# YAML
+[*.{yml}]
+indent_style = space
+indent_size = 2
+
# C/C++
[*.{c,cpp,h}]
indent_style = space