mblode / vscode-twig-language

VS Code extension with snippets, syntax highlighting, hover, and formatting for Twig.
https://marketplace.visualstudio.com/items?itemName=mblode.twig-language
MIT License
42 stars 7 forks source link

Respect editorconfig indentation settings #16

Closed PhilippeSchraepen closed 5 years ago

PhilippeSchraepen commented 6 years ago

Right now, we have to manually update the number of spaces in the VS Code configuration file. It would be better if it would respect the .editorconfig file / plugin.

mblode commented 5 years ago

Hey @PhilippeSchraepen, I have finally fixed this issue with the newest update to Twig Language. Simply set your "twig-language: tabSize" to 0 and it will default to your "editor: tabSIze".