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

.editorconfig « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 442058331bbfaa34ce01db675d623daa180614e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
root = true

[*]
charset = utf-8
indent_style = tab
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[{package.json,.travis.yml,webpack.config.js}]
indent_style = space
indent_size = 2