mirror of
https://git.piraattipuolue.fi/Pikaviestimet/Pikaviestimet.git
synced 2024-12-26 03:22:36 +01:00
.editorconfig: disable max line length for tsv
This commit is contained in:
parent
2c74e2210e
commit
df31d87bd4
@ -17,6 +17,7 @@ indent_size = 2
|
|||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = tab
|
indent_size = tab
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
max_line_length = off
|
||||||
|
|
||||||
[*.{cff,yaml,yml}]
|
[*.{cff,yaml,yml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
Loading…
Reference in New Issue
Block a user