repos

blog.bythewood.me-wagtail

mirror archived upstream

Self-hostable blog for developers built on Wagtail and Django, with webpack, Bootstrap, and CodeMirror.

blogbootstrapdjangodockerhandcodedpythonself-hostedwagtailwebpack

275 B · 21 lines · INI Raw History
 1root = true
 2
 3[*]
 4charset = utf-8
 5indent_style = space
 6indent_size = 2
 7end_of_line = lf
 8insert_final_newline = true
 9trim_trailing_whitespace = true
10
11[*.py]
12indent_size = 4
13
14[*.md]
15trim_trailing_whitespace = false
16indent_size = 4
17
18[Makefile]
19indent_style = tab
20indent_size = 4