From c785a0e955478dcad867af55bcd44111a718aefd Mon Sep 17 00:00:00 2001 From: Bennett Goble Date: Wed, 1 May 2024 08:22:19 -0700 Subject: Add editorconfig Provide a basic editorconfig file with this repository's defaults. --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..9ac24be468 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +charset = utf-8 +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[Makefile] +indent_style = tab + +[*.{yml,yaml}] +indent_size = 2 -- cgit v1.2.3