From 6daf3b8ef7bc0a222c1f02408b832fc6bbc413e0 Mon Sep 17 00:00:00 2001 From: Warrick Lo Date: Fri, 8 May 2026 03:04:38 -0700 Subject: Add GitHub Actions for linting and formatting Signed-off-by: Warrick Lo --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 349051c..17a55fa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,7 @@ indent_size = 8 [*.{sv,svh,v,vh}] indent_style = space indent_size = 2 + +[*.{yaml,yml}] +indent_style = space +indent_size = 2 -- cgit v1.2.3