mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 18:59:22 +01:00
.editorconfig: allow trailing space for markdown, tsv (which also explicitly uses tab)
This commit is contained in:
parent
8020ad1816
commit
40248b13fb
@ -11,3 +11,11 @@ charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
#tab_width =
|
||||
|
||||
[*.{markdown,md}]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.{tsv,tab}]
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
trim_trailing_whitespace = false
|
||||
|
Loading…
Reference in New Issue
Block a user