add configuration for .inl files to .editorconfig

This commit is contained in:
Petr Benes 2019-10-31 16:24:30 +01:00
parent f1eece7d0d
commit 946a9b5cec

View file

@ -1,6 +1,6 @@
root = true
[*.{c,h,cpp,hpp,asm}]
[*.{c,h,cpp,hpp,inl,asm}]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true