diff --git a/.editorconfig b/.editorconfig index be80666..88b0bed 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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