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 Mar 9, 2016
1 parent e9c0e93 commit 4ede00a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 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: 12 additions & 5 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
\.rej$

# Avoid OS-specific files/dirs
# Mac OSX metadata
# Mac OSX metadata
\B\.DS_Store
# Mac OSX SMB mount metadata files
# Mac OSX SMB mount metadata files
\B\._

# Avoid Devel::Cover and Devel::CoverX::Covered files.
Expand Down Expand Up @@ -87,12 +87,19 @@ tags
# Avoid prove saved state file
.prove

# Debian package files (not for CPAN)
debian/

# Other files of interest
\..*\.tag$
errors.err
[.].*[.]tag$
.editorconfig
.vtide.yml
.travis.yml
vim.sh
.current-env
vrc.yml
vim.sh
cmds
errors.err
tmp*
temp*
TODO

0 comments on commit 4ede00a

Please sign in to comment.