hugo-academic-mirror/.editorconfig
George Cushen bd25b85d1e ci: rename
2025-09-17 10:09:25 +01:00

31 lines
455 B
INI

# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.{yaml,yml}]
max_line_length = 150
[*.md]
trim_trailing_whitespace = false
max_line_length = off
[*.py]
indent_size = 4
[Makefile]
indent_style = tab
[*.go]
indent_style = tab
tab_width = 8
[{**/layouts/_shortcodes/*.html, **/layouts/_markup/*.html}]
insert_final_newline = false