This commit is contained in:
Kai Schröer 2017-10-10 16:57:09 +02:00 коммит произвёл GitHub
Родитель 5aa8d0269b
Коммит 57a8a1dff0
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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