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

.editorconfig - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 932acffe9fc17c459c8e91bed6df7a177282e43e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.{js,json,vue,scss,rb,haml,yml}]
indent_size = 2

[*.{js,json,vue,scss,rb,haml,yml,md}]
indent_style = space
charset = utf-8

[*.{md,markdown,js.snap}]
trim_trailing_whitespace = false