mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-20 18:50:06 +00:00
config: adjust editorconfig for Markdown
This commit is contained in:
parent
a0cb9ffcb1
commit
6499d96e52
2 changed files with 5 additions and 1 deletions
|
@ -12,4 +12,8 @@ max_line_length = 9999
|
|||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
charset = utf-8
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = false
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.3.2+f9d00be7b4ca85e6b5c3070b2e1cf3588beeee11
|
||||
7.3.2+a0cb9ffcb1883898216d5fbad0a3a86850704233
|
Loading…
Add table
Reference in a new issue