commit f1848f6182c0338c327b6b08035326fe35cc6c66 Author: Aritra Banik Date: Tue Jun 18 00:32:37 2024 +0530 1 diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..01072ca --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.v] +indent_style = tab