From bfc6e4e6b6171b601decfa00a8a729f843a1a758 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 25 Apr 2016 11:25:16 -0400 Subject: PLT-2619/PLT-2661 Removed line numbers from markdown code blocks (#2795) * Changed .editorconfig to indent CSS files using spaces * Removed line numbers from markdown code blocks and made them wrap when no language is specified --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 5325248da..b8bc90393 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ end_of_line = lf insert_final_newline = false charset = utf-8 -[*.{go,scss}] +[*.go] indent_style = tab [*.{js,jsx,json,html}] @@ -25,3 +25,7 @@ indent_size = 2 [Makefile] indent_style = tab + +[*.scss] +indent_style = space +indent_size = 4 \ No newline at end of file -- cgit v1.2.3-1-g7c22