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

Add .editorconfig file.

See https://editorconfig.org/ for details.
This commit is contained in:
whitequark 2018-12-16 14:57:43 +00:00 committed by GitHub
parent 2a681909df
commit 8f359cf1ff
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