From ee104a55ece56bba5d9502fa4c07df2ce225961a Mon Sep 17 00:00:00 2001 From: bnu Date: Tue, 8 Mar 2016 14:54:06 +0900 Subject: [PATCH] =?UTF-8?q?editorconfig=20=EC=84=A4=EC=A0=95=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..816839880 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,19 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = false +insert_final_newline = true +indent_style = tab +indent_size = 4 + +[*.{css,scss,sass,less,js,jsx,json,yml}] +indent_style = space +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false