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

.editorconfig - github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 750177c2dc4478364fc93469cc3345c6ad6af074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# EditorConfig is awesome: http://EditorConfig.org
# http://editorconfig.org/#download
# http://editorconfig.org/#supported-properties

root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{md,html,css,js,toml,yaml}]
charset = utf-8
indent_style = space
indent_size  = 2

[*.{html,css,js,yaml}]
trim_trailing_whitespace = true

[**.{min.css,min.js}]
indent_style	       = ignore
insert_final_newline = ignore

[*.{md,toml}]
trim_trailing_whitespace = false
max_line_length = 80

[*.py]
indent_size     = 4
max_line_length = 80


[Makefile]
indent_style = tab