Update .editorconfig
This commit is contained in:
Родитель
5aa8d0269b
Коммит
57a8a1dff0
|
@ -15,6 +15,10 @@ charset = utf-8
|
|||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
# Line length form NC coding guidelines
|
||||
trim_trailing_whitespace = true
|
||||
max_line_length = 80
|
||||
|
||||
# 2 space indentation for .travis.yml
|
||||
[.travis.yml]
|
||||
indent_style = space
|
||||
|
|
Загрузка…
Ссылка в новой задаче