Default constructor and destructor -----------------
| 50 | // Default constructor and destructor |
| 51 | //----------------- |
| 52 | EditorConfig() = default; |
| 53 | virtual ~EditorConfig() = default; |
| 54 | |
| 55 |
nothing calls this directly
no outgoing calls
no test coverage detected