From b22073e181c1a09e8d7ebe4c9ead99e397ca2430 Mon Sep 17 00:00:00 2001 From: Timur Safin <tsafin@tarantool.org> Date: Fri, 8 Apr 2022 12:09:57 +0300 Subject: [PATCH] infra: .editorconfig for perl files NO_DOC=infra NO_CHANGELOG=infra NO_TEST=infra --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index e0d2af0308..071ce574a2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,6 +18,10 @@ indent_size = 4 indent_style = space indent_size = 4 +[*.pl] +indent_style = space +indent_size = 4 + [*.{h,c,cc}] indent_style = tab tab_width = 8 -- GitLab