From 8fe8e9c5e826313612ae280d074beb811ca29508 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 19 Feb 2018 22:10:32 +0100 Subject: [PATCH] .editorconfig file --- .editorconfig | 22 ++++++++++++++++++++++ _config.yml | 1 + 2 files changed, 23 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..7296159d3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,22 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs. +# editorconfig.org + +root = true + +[*] + +# We recommend you to keep these unchanged. +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true + +[package.json] +indent_style = space +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false \ No newline at end of file diff --git a/_config.yml b/_config.yml index 9fbf0e310..825282902 100644 --- a/_config.yml +++ b/_config.yml @@ -23,6 +23,7 @@ plugins: #- jekyll-toc exclude: + - .editorconfig - buddy.yml - package.json - gulpfile.js