diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..36684f2 --- /dev/null +++ b/.editorconfig @@ -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 diff --git a/.vtide.yml b/.vtide.yml new file mode 100644 index 0000000..dff66c7 --- /dev/null +++ b/.vtide.yml @@ -0,0 +1,17 @@ +--- +count: 4 +default: + restart: 0 + wait: 0 +editor: + files: + eg: + - some-file.eg +name: vcsw +terminals: + 2: [] + + 3: [] + + 4: [] + diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 8bb24e8..a346709 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -95,3 +95,5 @@ vim.sh vrc.yml tmp* temp* +.editorconfig +.vtide.yml