3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 10:25:19 +00:00

Merge pull request #739 from whitequark/patch-1

Add .editorconfig file
This commit is contained in:
Clifford Wolf 2018-12-16 16:01:13 +01:00 committed by GitHub
commit 1e1452c7ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
root = true
[*]
indent_style = tab
indent_size = tab
trim_trailing_whitespace = true
insert_final_newline = true