From: whitequark Date: Sun, 16 Dec 2018 14:57:43 +0000 (+0000) Subject: Add .editorconfig file. X-Git-Tag: yosys-0.9~376^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f359cf1ff52c9e039b9d0465d70c63dc564455f;p=yosys.git Add .editorconfig file. See https://editorconfig.org/ for details. --- 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