diff options
author | Jun T <takimoto-j@kba.biglobe.ne.jp> | 2016-02-23 18:03:27 +0900 |
---|---|---|
committer | Jun T <takimoto-j@kba.biglobe.ne.jp> | 2016-02-23 18:03:27 +0900 |
commit | ac1f941edb461991d8405f76d62aefa98a572924 (patch) | |
tree | 3ee010807857bc82433fbc92a48aee806a8dd5a7 | |
parent | 6f833c7881eb878b6b0650997f84aeb16b67b3f7 (diff) | |
download | rneovim-ac1f941edb461991d8405f76d62aefa98a572924.tar.gz rneovim-ac1f941edb461991d8405f76d62aefa98a572924.tar.bz2 rneovim-ac1f941edb461991d8405f76d62aefa98a572924.zip |
add .editorconfig
-rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..b08a27f2a2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +charset = utf_8 + +[Makefile] +indent_style = tab +tab_width = 4 |