mirror of https://github.com/zulip/zulip.git
Editing (minor): Add .pyi to .editorconfig.
This commit is contained in:
parent
90c71f3ca6
commit
2fc0272a5d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue