dotfiles

My configuration files
git clone git://git.finwo.net/misc/dotfiles
Log | Files | Refs

commit 2c24eb8f9fae6a39c23842a80be5cf7f24317146
parent ae016f77490a7db1c9170c1f40cfa60c47959fda
Author: finwo <finwo@pm.me>
Date:   Wed, 15 May 2019 11:07:53 +0200

Added editorconfig to neovim

Diffstat:
Aneovim/home/.editorconfig | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/neovim/home/.editorconfig b/neovim/home/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 2 +indent_style = space + +[Makefile*] +indent_style = tab