Given the way that the current default for maxlinewidth is set to 100, it means that attempting to overriding the default in any higher namespace will never function. Settings should be able to be modified in any namespace and overriden the closer you get to the project. The typical hierarchy looks something like User->Remote->Workspace. If I change the setting in either (or both) User & remote but leave the workspace unmodified, the default of 100 takes effect.
This is similar to and may have solved #884 & #901 with better configuration options. This is also different than #850
Given the way that the current default for maxlinewidth is set to 100, it means that attempting to overriding the default in any higher namespace will never function. Settings should be able to be modified in any namespace and overriden the closer you get to the project. The typical hierarchy looks something like User->Remote->Workspace. If I change the setting in either (or both) User & remote but leave the workspace unmodified, the default of 100 takes effect.
This is similar to and may have solved #884 & #901 with better configuration options. This is also different than #850