aboutsummaryrefslogblamecommitdiffstats
path: root/.editorconfig
blob: 5b6c6c5ecbd9cb6df8598adda2de479145483065 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                              
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{json,yml,yaml}]
indent_size = 2

[CHANGES.txt]
max_line_length = 70

[nikola/data/themes/base/assets/css/theme.css]
indent_style = tab