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

.editorconfig - github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 880f0cb6f602f2b3023ef86392a23ae3d4d60a83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
root = true

# General
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

[*.{js,php,vue,scss}]
indent_style = tab
insert_final_newline = true

[Makefile]
indent_style = tab

[*.yml]
indent_style = space
indent_size = 2