dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-split-theme
mirror of
https://github.com/escalate/hugo-split-theme.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
style: update default linter config
Felix Boerner
05.40.2025
175fd81d19cfb8b05c4e9ba388b6308b8c865bf1
[external-software/github_gohugo-split-theme.git]
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
[Makefile*]
indent_style = tab
[*.py]
indent_size = 4