diff options
author | whitequark <whitequark@whitequark.org> | 2018-12-16 14:57:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-16 14:57:43 +0000 |
commit | 8f359cf1ff52c9e039b9d0465d70c63dc564455f (patch) | |
tree | 6fda1dd9105e182e355441f403392e56ba88ef42 /.editorconfig | |
parent | 2a681909dff173f63659d7c882137e53ad768ce8 (diff) | |
download | yosys-8f359cf1ff52c9e039b9d0465d70c63dc564455f.tar.gz yosys-8f359cf1ff52c9e039b9d0465d70c63dc564455f.tar.bz2 yosys-8f359cf1ff52c9e039b9d0465d70c63dc564455f.zip |
Add .editorconfig file.
See https://editorconfig.org/ for details.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..4d6f5ef7a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +indent_style = tab +indent_size = tab +trim_trailing_whitespace = true +insert_final_newline = true |