Skip to content

Commit

Permalink
Update .editorconfig and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
xemlock committed Apr 10, 2019
1 parent 25c6c86 commit 57606cf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
; top-most EditorConfig file
root = true

; Unix-style newlines
[*]
charset = utf-8
end_of_line = LF

[*.php]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[Makefile]
indent_style = tab
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
composer.phar
# dependencies
composer.lock
composer.phar
vendor/

# test results
build/

# IDEs and editors
*.swp
*.swo
.idea

# system files
.DS_Store
Thumbs.db
desktop.ini

0 comments on commit 57606cf

Please sign in to comment.