Add root editorconfig file

This commit is contained in:
Nicole Tietz-Sokolskaya 2018-12-11 22:50:31 -05:00
parent ebfa25b554
commit 9c479ded42
2 changed files with 5 additions and 0 deletions

View File

@ -6,4 +6,5 @@ stow -t ~ iex
stow -t ~ tmux
stow -t ~ nvim
stow -t ~ ctags
stow -t ~ editorconfig

View File

@ -0,0 +1,4 @@
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true