Skip to content

Commit

Permalink
start using editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Jan 19, 2017
1 parent 824bfd1 commit 317cb4b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
charset = utf-8
1 change: 1 addition & 0 deletions .vimrc.bundles.local
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Bundle 'mhinz/vim-startify'
Bundle 'lifepillar/vim-cheat40'
Bundle 'ap/vim-css-color'
Bundle 'junegunn/vim-emoji'
Bundle 'editorconfig/editorconfig-vim'

0 comments on commit 317cb4b

Please sign in to comment.