mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
06.10.2025 ccde1a9a5377df994714adefce953ad7cc7a6c22
style: update default linter config
2 files modified
13 ■■■■■ changed files
.editorconfig 9 ●●●●● patch | view | raw | blame | history
.yamllint 4 ●●● patch | view | raw | blame | history
.editorconfig
@@ -7,8 +7,17 @@
indent_style = space
trim_trailing_whitespace = true
[.gitmodules]
indent_style = tab
[Makefile*]
indent_style = tab
[go.mod]
indent_style = tab
[*.go]
indent_style = tab
[*.py]
indent_size = 4
.yamllint
@@ -11,7 +11,9 @@
rules:
  anchors: enable
  braces: enable
  braces:
    min-spaces-inside: 0
    max-spaces-inside: 1
  brackets: enable
  colons: enable
  commas: enable