Added editorconfig file [CI SKIP]

pull/60/head
Jef Roosens 2022-01-27 22:39:03 +01:00
parent 4ac4e65d9d
commit ae579f83b5
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 10 additions and 0 deletions

10
.editorconfig 100644
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