1
0

Fixed Indention Style

This commit is contained in:
2025-03-27 01:46:17 +01:00
parent 0e7532d8e8
commit 317a2ba4a3

View File

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