hugo-theme-relearn/.editorconfig

15 lines
236 B
INI
Raw Normal View History

2024-11-15 22:37:56 +00:00
# https://editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
2024-11-27 18:23:48 +00:00
insert_final_newline = true
max_line_length = 9999
2024-11-15 22:37:56 +00:00
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false