Has anyone figured out a way to get Per-Syntax editor settings configured in Project Settings?
e.g., I have two mixed language projects. C and python.
Project 1: Requires 4 space indent for C and 2 space indent for python
Project 1: Requires 8 space indent for C and 4 space indent for python
I know I can set tab_size
in the project settings, but I really need the ability to set it per language + per project.