Fixed Indention Style
This commit is contained in:
@@ -4,7 +4,7 @@ scope = 'source.ps1'
|
||||
file-types = ['ps1', 'psm1']
|
||||
roots = ['.git']
|
||||
comment-token = '#'
|
||||
indent = { tab-width = 4, unit = 't' }
|
||||
indent = { tab-width = 4, unit = '\t' }
|
||||
language-servers = [ 'powershell-editor-services' ]
|
||||
|
||||
[language-server.powershell-editor-services]
|
||||
|
||||
Reference in New Issue
Block a user