mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
.editorconfig: correct off to unset
This commit is contained in:
parent
24eb3890c2
commit
34cdd5eee8
@ -38,7 +38,7 @@ indent_style = space
|
|||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.csv]
|
[*.csv]
|
||||||
max_line_length = off
|
max_line_length = unset
|
||||||
|
|
||||||
# Markdown apparently allows linebreaks by two trailing spaces, while I
|
# Markdown apparently allows linebreaks by two trailing spaces, while I
|
||||||
# never seem to do that, maybe I should accept it
|
# never seem to do that, maybe I should accept it
|
||||||
@ -76,7 +76,7 @@ indent_style = tab
|
|||||||
indent_size = tab
|
indent_size = tab
|
||||||
# empty last columns/fields
|
# empty last columns/fields
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
max_line_length = off
|
max_line_length = unset
|
||||||
|
|
||||||
# RFC 678
|
# RFC 678
|
||||||
#[*.txt]
|
#[*.txt]
|
||||||
|
Loading…
Reference in New Issue
Block a user