forked from vieter-v/vieter
Added editorconfig file [CI SKIP]
This commit is contained in:
parent
4ac4e65d9d
commit
ae579f83b5
1 changed files with 10 additions and 0 deletions
10
.editorconfig
Normal file
10
.editorconfig
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue