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

.editorconfig - github.com/queensferryme/hugo-theme-texify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40d412844183915ad62a246654d74c0ccff2cf51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{html,xml}]
indent_size = 2
indent_style = space

[*.md]
# https://github.com/editorconfig/editorconfig-vscode/issues/153
trim_trailing_whitespace = false