From 2fc0272a5d40b9651cb2e55939a43509b90f6e9b Mon Sep 17 00:00:00 2001 From: "neiljp (Neil Pilgrim)" Date: Sat, 16 Dec 2017 19:05:47 -0800 Subject: [PATCH] Editing (minor): Add .pyi to .editorconfig. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 4230f21a04..66cf320f95 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.{sh,py,js,json,yml,xml,css,md,markdown,handlebars,html}] +[*.{sh,py,pyi,js,json,yml,xml,css,md,markdown,handlebars,html}] indent_style = space indent_size = 4