From e837099b671a6544475ef9259b19730091efdcbb Mon Sep 17 00:00:00 2001 From: omar Date: Sun, 20 Jan 2019 17:51:30 +0100 Subject: [PATCH] Update for stb_ files. (#2038) --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 39320baaf..3dd05d3de 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,10 @@ indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true -# Makefile +[imstb_*] +indent_size = 3 +trim_trailing_whitespace = false + [Makefile] indent_style = tab indent_size = 4