mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-11-14 12:47:12 +01:00
31 lines
455 B
INI
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
|