From f598d2d71bba1c6e550a8ec4dfa1065a4c8d08d5 Mon Sep 17 00:00:00 2001 From: Erick Date: Wed, 2 Mar 2022 00:33:07 +0100 Subject: [PATCH] Update .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index eb34447..e821452 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,7 @@ +# Verilog files *.v text diff=verilog *.vh text diff=verilog + +# Systemverilog files *.sv text diff=systemverilog *.svh text diff=systemverilog \ No newline at end of file