Commit Graph

7 Commits (9780472a027195dfd63e3d7f068504f3121bae8c)

Author SHA1 Message Date
Christoph Wurst cfe81050f5
chore: Fine-tune editorconfig for build/psalm-baseline.xml
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-09 17:26:35 +07:00
Joas Schilling 058ca8c560
Update editor config for .yml files
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-15 13:47:33 +07:00
Joas Schilling 03992765e3
Fix editor config for integration test files
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-09 17:12:44 +07:00
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
2020-01-21 20:42:05 +07:00
Joas Schilling 8bd33d6dcf
Remove special php setting as it is the default
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-12 17:48:17 +07:00
Joas Schilling fe73b950b8
Fix editorconfig - we always used 4 space tabs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-12 17:47:06 +07:00
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.
2019-11-02 15:30:50 +07:00