mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
Added .editorconfig to tell others about spaces and tabs
Also: - formated source code according to these rules; - added spaces after commas in test code See GitHub issue #101
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"classmap": ["."]
|
||||
"classmap": [
|
||||
"."
|
||||
]
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "4.1.*"
|
||||
|
||||
Reference in New Issue
Block a user