Configure editor for LICENSE file
This commit is contained in:
parent
9072564e1d
commit
ef5103198e
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ max_line_length = off
|
|||
indent_size = 4
|
||||
max_line_length = 120
|
||||
|
||||
[LICENSE*]
|
||||
indent_style = unset
|
||||
indent_size = unset
|
||||
max_line_length = unset
|
||||
|
||||
[Makefile]
|
||||
max_line_length = unset
|
||||
indent_style = tab
|
||||
|
|
Reference in a new issue