From e629d9ae1acd5b36a35658a42cb553ad02efae66 Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Sun, 14 Oct 2012 16:09:42 -0700 Subject: Exempt external directory from .editorconfig rules --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index c94db9a8e..1ba4f5faa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,8 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[external/**] +trim_trailing_whitespace = false +insert_final_newline = varies +end_of_line = varies -- cgit v1.2.3