aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-261-0/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* style: Fix editorconfig indent for config/*config.phpChristoph Wurst2023-09-211-0/+4
| | | | | | | *config.php is created with var_export, which indents lines with two spaces. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore: Adjust editorconfig for package.json and package-lock.jsonJoas Schilling2023-06-211-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Fine-tune editorconfig for build/psalm-baseline.xmlChristoph Wurst2023-05-091-0/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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.