From 50550708ccc069ed127197761d400892e8dcde02 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 18 Aug 2020 16:00:32 -0700 Subject: 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 --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.editorconfig') 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 -- cgit v1.2.3