Skip to content

Commit

Permalink
VTide and editor configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwills committed Feb 28, 2016
1 parent 2fd0ff8 commit 3e7f00d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

# Matches the exact files either package.json or .travis.yml
[{package.json,.yo.json}]
indent_style = space
indent_size = 2
17 changes: 17 additions & 0 deletions .vtide.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
count: 4
default:
restart: 0
wait: 0
editor:
files:
eg:
- some-file.eg
name: vcsw
terminals:
2: []

3: []

4: []

2 changes: 2 additions & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,5 @@ vim.sh
vrc.yml
tmp*
temp*
.editorconfig
.vtide.yml

0 comments on commit 3e7f00d

Please sign in to comment.