summaryrefslogtreecommitdiffstats
path: root/.editorconfig
Commit message (Collapse)AuthorAgeFilesLines
* Update editor config for .yml filesJoas Schilling2020-04-151-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix editor config for integration test filesJoas Schilling2020-03-091-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* change .editorconfig to not add newline on SVGsChristian Oliff2020-01-211-0/+3
| | | adding a newline to SVGs is unnecessary and increases filesize by 1 byte :-D
* Remove special php setting as it is the defaultJoas Schilling2019-11-121-3/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix editorconfig - we always used 4 space tabsJoas Schilling2019-11-121-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Create .editorconfigChristian Oliff2019-11-021-0/+17
Fixes: #9059 It'd be good to add a .editorconfig file so that anyone contributing to Nextcloud can follow the same rules for tabs/spaces, newlines, charsets etc. Editorconfig (http://editorconfig.org/) is very popular and it's become standard for open-source projects to include one. I based the rules on the current code-base.