Added editorconfig file [CI SKIP]

This commit is contained in:
Jef Roosens 2022-01-27 22:39:03 +01:00
parent 4ac4e65d9d
commit ae579f83b5
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.v]
indent_style = space