mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
.editorconfig: max_line_length empty to off
Fixes neovim error
This commit is contained in:
parent
8fb52ec8f2
commit
29d783647b
@ -37,7 +37,7 @@ indent_style = space
|
|||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.csv]
|
[*.csv]
|
||||||
max_line_length =
|
max_line_length = off
|
||||||
|
|
||||||
# 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
|
||||||
@ -75,7 +75,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 =
|
max_line_length = off
|
||||||
|
|
||||||
# RFC 678
|
# RFC 678
|
||||||
#[*.txt]
|
#[*.txt]
|
||||||
|
Loading…
Reference in New Issue
Block a user