mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
.editorconfig: set max_line_length=80 for *.md
This commit is contained in:
parent
06ca80ffb7
commit
5be28d8b56
1 changed files with 4 additions and 1 deletions
|
|
@ -9,9 +9,12 @@ indent_style = tab
|
|||
indent_size = 8
|
||||
max_line_length = 80
|
||||
|
||||
[*.{xml,build}]
|
||||
[*.{xml,build,md}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.md]
|
||||
max_line_length = 80
|
||||
|
||||
[COMMIT_EDITMSG]
|
||||
max_line_length = 74
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue