From 317cb4bc99e20055e5840ff420147acaf8308084 Mon Sep 17 00:00:00 2001 From: techgaun Date: Thu, 19 Jan 2017 02:23:03 -0600 Subject: [PATCH] start using editorconfig --- .editorconfig | 9 +++++++++ .vimrc.bundles.local | 1 + 2 files changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f336397 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +indent_size = 2 +charset = utf-8 diff --git a/.vimrc.bundles.local b/.vimrc.bundles.local index 9f1dfe6..98d4807 100644 --- a/.vimrc.bundles.local +++ b/.vimrc.bundles.local @@ -9,3 +9,4 @@ Bundle 'mhinz/vim-startify' Bundle 'lifepillar/vim-cheat40' Bundle 'ap/vim-css-color' Bundle 'junegunn/vim-emoji' +Bundle 'editorconfig/editorconfig-vim'