Commit Graph

9 Commits (master)

Author SHA1 Message Date
Christoph Wurst 64f5180d1b
style: Fix editorconfig indent for config/*config.php
*config.php is created with var_export, which indents lines with two
spaces.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
8 months ago
Joas Schilling 41267873b6
chore: Adjust editorconfig for package.json and package-lock.json
Signed-off-by: Joas Schilling <coding@schilljs.com>
11 months ago
Christoph Wurst cfe81050f5
chore: Fine-tune editorconfig for build/psalm-baseline.xml
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 year ago
Joas Schilling 058ca8c560
Update editor config for .yml files
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Joas Schilling 03992765e3
Fix editor config for integration test files
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Christian Oliff 7678ea6ce3
change .editorconfig to not add newline on SVGs
adding a newline to SVGs is unnecessary and increases filesize by 1 byte :-D
4 years ago
Joas Schilling 8bd33d6dcf
Remove special php setting as it is the default
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling fe73b950b8
Fix editorconfig - we always used 4 space tabs
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Christian Oliff 551048000f
Create .editorconfig
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.
5 years ago