diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-12-16 16:01:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-16 16:01:13 +0100 |
commit | 1e1452c7ff22a8b7a2f948c080213e0a6bed7b82 (patch) | |
tree | 51431e20f2eb6b0e62a3d193ec3cff485d2a2646 | |
parent | f53e19cc718f2b8b8f48f8de988f980af5474d25 (diff) | |
parent | 8f359cf1ff52c9e039b9d0465d70c63dc564455f (diff) | |
download | yosys-1e1452c7ff22a8b7a2f948c080213e0a6bed7b82.tar.gz yosys-1e1452c7ff22a8b7a2f948c080213e0a6bed7b82.tar.bz2 yosys-1e1452c7ff22a8b7a2f948c080213e0a6bed7b82.zip |
Merge pull request #739 from whitequark/patch-1
Add .editorconfig file
-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 |