From c981ebdb8ee8246d017016414ae2396213c7190b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 30 Mar 2015 20:51:03 -0700 Subject: [PATCH] Updated .editorconfig. --- .editorconfig | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/.editorconfig b/.editorconfig index e9070240b..f5fa2563b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,13 +1,16 @@ -root = true - -[*] -indent_style = tab -indent_size = 4 -end_of_line = lf -max_line_length = 100 -insert_final_newline = true -trim_trailing_whitespace = true - -[*.md] -trim_trailing_whitespace = false -max_line_length = 80 +root = true + +[*] +indent_style = tab +indent_size = 4 +end_of_line = lf +max_line_length = 100 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.c99.h] +indent_style = space + +[*.md] +trim_trailing_whitespace = false +max_line_length = 80