summaryrefslogblamecommitdiffstats
path: root/.editorconfig
blob: 657f087bb170bc55e1b5c08e5e2c6896ef2f7002 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                               
# Editorconfig for rabalderblog
# see https://editorconfig.org/

[*]
end_of_line = lf
insert_final_newline = true

[*.html]
indent_size = 2
indent_style = tab