Skip to content

Commit

Permalink
editorconfig / gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerweb committed Nov 27, 2018
1 parent f54324a commit 0293813
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

# WordPress Coding Standards
# http://make.wordpress.org/core/handbook/coding-standards/

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

[*.yml]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Composer
vendor/**/.git
vendor/
composer.lock
composer.phar
/composer.lock

# Grunt
node_modules/

# macOS
.DS_Store

# Windows
Thumbs.db

# SVN
.svn

# General
/phpunit.xml
/phpcs.xml
logs/

0 comments on commit 0293813

Please sign in to comment.