From 74fc4b9aaacb559487cda48bc5125206e37bfca6 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 14 Oct 2022 14:05:20 -0700 Subject: [PATCH] Added .pm to .editorconfig [skip ci] --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6ce05d9..e388a3f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{c,h,pl}] +[*.{c,h,pl,pm}] indent_style = tab indent_size = tab tab_width = 4