mirror of
https://github.com/iKarith/cppo-ng.git
synced 2025-01-21 16:30:42 +00:00
Make the editorconfig line limit 79 globally
This commit is contained in:
parent
79719bb5e0
commit
5266d532fc
@ -5,12 +5,11 @@ root = true
|
|||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
max_line_length=79
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
max_line_length=79
|
|
||||||
|
|
||||||
[*.py]
|
[*.py]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
max_line_length=79
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user