EditorGuidelines
EditorGuidelines copied to clipboard
Feature request: Default guideline at ColumnLimit from clang-format
You already support .editorconfig, so I wonder if you could support a default guideline at the ColumnLimit from clang-format.
I'm not sure about the detailed implementation, for example when to enable it and how to query the configured ColumnLimit. I would for sure enable it if a .clang-format (or _clang-format) file is found in the path which explicitly specifies a ColumnLimit for the current programming language. It would also be possible to query it by calling clang-format -dump-config in the directory of the currently opened file, which would also include an implicitly defined ColumnLimit.