From ce4ad768dc590c38de0d76a560e76a94a615a782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Nguyen?= Date: Wed, 10 Apr 2024 14:09:32 +0200 Subject: [PATCH] Add .editorconfig file. Copied from amaranth-lang/amaranth@c68f9e4. --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2d0ad6a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +indent_style = space +indent_size = 4 +max_line_length = 100 +trim_trailing_whitespace = true +insert_final_newline = true