Skip to content

Commit

Permalink
reverted .editorconfig and .gitignore changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arusinowski committed Aug 12, 2023
1 parent 8833a31 commit e8dd8b5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 43 deletions.
21 changes: 10 additions & 11 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org

root = true
root = false

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

[*.neon]
indent_style = tab

[phars.xml]
[*.yml]
indent_style = space
indent_size = 2

[*.js]
indent_size = 2
[*.neon]
indent_style = tab
indent_size = 4
35 changes: 3 additions & 32 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,35 +1,6 @@
*.pyc
docs/_build
phpunit.xml
vendor/
composer.lock
tmp
/composer.lock
*.diff
*.err
*.log
*.orig
*.rej
*.swo
*.swp
*.vi
*~
.idea/*
nbproject/*
.vscode
.DS_Store
.cache
.phpunit.cache
.project
.settings
.svn
errors.err
tags
node_modules
package-lock.json
/.phpunit.result.cache
/nbproject/
/tools
/vendor
/phpunit.xml
/webroot/css/style.css.map
/webroot/mix.js.map
/webroot/mix-manifest.json
.ddev/*

0 comments on commit e8dd8b5

Please sign in to comment.