From c48f7cee0924601b112dd538954fa0c91e2f2f17 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Tue, 2 Aug 2016 13:25:15 -0700 Subject: [PATCH] Remove .editorconfig from the gh-pages branch. Only built specs live here, so no need to help with editing. --- .editorconfig | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index c6c8b36..0000000 --- a/.editorconfig +++ /dev/null @@ -1,9 +0,0 @@ -root = true - -[*] -indent_style = space -indent_size = 2 -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true