From 9d0c414bda38a510c21bcdbeace97d4c48815665 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Tue, 24 Oct 2023 12:02:20 +0200 Subject: [PATCH] Import .editorconfig from PostgreSQL This is the very same .editorconfig file that PostgreSQL is using. https://github.com/postgres/postgres/commit/ecb09cd5de5279ab9cfa20a58fd3da44f7df5779 --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d69a3d1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*.{c,h,l,y,pl,pm}] +indent_style = tab +indent_size = tab +tab_width = 4 + +[*.{sgml,xml}] +indent_style = space +indent_size = 1 + +[*.xsl] +indent_style = space +indent_size = 2