From 301679861a2440a10c9eac746cec86459f445ef9 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Mon, 4 May 2015 14:55:10 -0700 Subject: remove all Octopress stuff --- .editorconfig | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index d359ca6f..00000000 --- a/.editorconfig +++ /dev/null @@ -1,22 +0,0 @@ -; This file is for unifying the coding style for different editors and IDEs. -; More information at http://EditorConfig.org - -root = true - -; Use 2 spaces for indentation in all Ruby files - -[*.rb] -indent_style = space -indent_size = 2 - -[Rakefile] -indent_style = space -indent_size = 2 - -[Gemfile*] -indent_style = space -indent_size = 2 - -[config.ru] -indent_style = space -indent_size = 2 -- cgit v1.2.1