Add root editorconfig file
This commit is contained in:
parent
ebfa25b554
commit
9c479ded42
2 changed files with 5 additions and 0 deletions
|
@ -6,4 +6,5 @@ stow -t ~ iex
|
|||
stow -t ~ tmux
|
||||
stow -t ~ nvim
|
||||
stow -t ~ ctags
|
||||
stow -t ~ editorconfig
|
||||
|
||||
|
|
4
editorconfig/.editorconfig
Normal file
4
editorconfig/.editorconfig
Normal file
|
@ -0,0 +1,4 @@
|
|||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
Loading…
Reference in a new issue