From 946a9b5cece673e9cd92ad2f4324a6cdc6969f06 Mon Sep 17 00:00:00 2001 From: Petr Benes Date: Thu, 31 Oct 2019 16:24:30 +0100 Subject: [PATCH] add configuration for .inl files to .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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