Commit Graph

6 Commits (stable21)

Author SHA1 Message Date
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