projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a68190
)
Add .editorconfig file.
author
whitequark
<whitequark@whitequark.org>
Sun, 16 Dec 2018 14:57:43 +0000
(14:57 +0000)
committer
GitHub
<noreply@github.com>
Sun, 16 Dec 2018 14:57:43 +0000
(14:57 +0000)
See https://editorconfig.org/ for details.
.editorconfig
[new file with mode: 0644]
patch
|
blob
diff --git a/.editorconfig
b/.editorconfig
new file mode 100644
(file)
index 0000000..
4d6f5ef
--- /dev/null
+++ b/
.editorconfig
@@ -0,0
+1,7
@@
+root = true
+
+[*]
+indent_style = tab
+indent_size = tab
+trim_trailing_whitespace = true
+insert_final_newline = true