Configure indentation for shell scripts

This commit is contained in:
Chris Cheetham 2020-04-09 09:51:31 -04:00
Родитель fe98e6ece8
Коммит 6bc04059a1
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -12,6 +12,10 @@ indent_style = space
[*.{cs,csx,vb,vbx}]
indent_size = 4
# Shell scripts
[*.sh]
indent_size = 2
# Xml project files
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}]
indent_size = 2