1
0

Set Indent Style for bash

This commit is contained in:
2025-03-31 10:10:46 +02:00
parent 31e18db9c1
commit 1a2e28c2e3

View File

@@ -30,3 +30,9 @@ name = 'Launch Script (Script runs in Background)'
request = 'launch'
completion = [ 'Full Script Path' ]
args = { script = '{0}', runspaceId = '1' }
#---
[[language]]
name = 'bash'
indent = { tab-width = 4, unit = '\t' }