Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-15Update editor config for .yml filesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-09Fix editor config for integration test filesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-21change .editorconfig to not add newline on SVGsChristian Oliff
adding a newline to SVGs is unnecessary and increases filesize by 1 byte :-D
2019-11-12Remove special php setting as it is the defaultJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-12Fix editorconfig - we always used 4 space tabsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-02Create .editorconfigChristian Oliff
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.