From 9c479ded42b5920b459ec6a64888ffe131f5c974 Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Tue, 11 Dec 2018 22:50:31 -0500 Subject: [PATCH] Add root editorconfig file --- config.sh | 1 + editorconfig/.editorconfig | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 editorconfig/.editorconfig diff --git a/config.sh b/config.sh index cad31cd..f48e186 100755 --- a/config.sh +++ b/config.sh @@ -6,4 +6,5 @@ stow -t ~ iex stow -t ~ tmux stow -t ~ nvim stow -t ~ ctags +stow -t ~ editorconfig diff --git a/editorconfig/.editorconfig b/editorconfig/.editorconfig new file mode 100644 index 0000000..b661808 --- /dev/null +++ b/editorconfig/.editorconfig @@ -0,0 +1,4 @@ +[*] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true