From 714557cb66f5be11a77d45ec51c046addf34050f Mon Sep 17 00:00:00 2001 From: Warrick Lo Date: Fri, 8 May 2026 01:55:51 -0700 Subject: Add project scaffolding Signed-off-by: Warrick Lo --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..349051c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[{Makefile,Makefile.*}] +indent_style = tab +indent_size = 8 + +[*.{sv,svh,v,vh}] +indent_style = space +indent_size = 2 -- cgit v1.2.3